Skip to content

Commit

Permalink
fix: eslint config fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sujith <[email protected]>
  • Loading branch information
sujithvn committed Jan 10, 2023
1 parent 750a248 commit f3cfbd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/api-utils/lib/configs/eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
module.exports = {
extends: "@reactioncommerce",
parser: "@babel/eslint-parser",
parserOptions: {
ecmaVersion: 2020,
sourceType: "module",
ecmaFeatures: {
impliedStrict: true
}
},
plugins: ["@babel/plugin-syntax-import-assertions"],
env: {
es6: true,
jasmine: true
Expand Down

0 comments on commit f3cfbd0

Please sign in to comment.