Skip to content

Commit

Permalink
fix(eslint): resolve small issues
Browse files Browse the repository at this point in the history
- babel-eslint -> @babel/eslint-parser
- simple-import-sort/imports: conflicts with Prettier
  • Loading branch information
moconnell committed Nov 29, 2023
1 parent fe6bcf4 commit b2c1e20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// Auto-sort imports
"sort-imports": "off",
"import/order": "off",
"simple-import-sort/imports": "error",
"simple-import-sort/imports": "off",
"simple-import-sort/exports": "error",

// Allow props spreading
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
},
"license": "MIT",
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"@typescript-eslint/parser": "^6.7.0",
"async-prompt": "^1.0.1",
"babel-eslint": "^10.1.0",
"dotenv": "^8.2.0",
"eslint": "^8.51.0",
"eslint-config-airbnb": "^19.0.4",
Expand Down

0 comments on commit b2c1e20

Please # to comment.