Skip to content

Commit

Permalink
Merge pull request #17 from openedx/aht/BOM-3387-MIGRATE-ESLINT-CONFIG
Browse files Browse the repository at this point in the history
Migrate eslint-config-edx
  • Loading branch information
aht007 committed May 12, 2022
2 parents fd1f746 + f8e1594 commit 713572b
Show file tree
Hide file tree
Showing 4 changed files with 3,547 additions and 8,009 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
extends: 'eslint-config-edx',
extends: '@edx/eslint-config',
root: true,
settings: {
'import/resolver': 'webpack',
}
},
};
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ the rules defined by the edX development community.

The code in this repository is released under the Apache 2.0 license
unless otherwise noted. Please see the [LICENSE
file](https://github.com/edx/eslint-config-edx/blob/master/LICENSE) for
details.
file](https://github.com/openedx/stylelint-config-edx/blob/master/LICENSE) for details.

## Usage

Expand Down
Loading

0 comments on commit 713572b

Please sign in to comment.