-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: replace babel-eslint with @babel/eslint-parser
babel-eslinnt has been moved inside babel monorepo and renamed to @babel/eslint-parser. Remove this pin once it has been replaced inside fronted-build
- Loading branch information
1 parent
951f707
commit 2b939f4
Showing
3 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
const { createConfig } = require('@edx/frontend-build'); | ||
|
||
module.exports = createConfig('eslint'); | ||
module.exports = createConfig('eslint', { | ||
parser: "@babel/eslint-parser", // TODO: remove this once babel-eslint is replaced with @babel/eslint-parser in frontend-build | ||
}); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters