Skip to content

Commit

Permalink
refactor: add file extensions to import
Browse files Browse the repository at this point in the history
  • Loading branch information
devfle committed Feb 11, 2024
1 parent 245ee8c commit 4b60b89
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 2,271 deletions.
12 changes: 2 additions & 10 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,11 @@
"es2021": true,
"node": true
},
"extends": [
"airbnb-base",
"prettier",
"plugin:@typescript-eslint/recommended",
"plugin:import/typescript"
],
"extends": ["prettier", "plugin:@typescript-eslint/recommended"],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"rules": {
"import/extensions": [0, "never"]
}
"plugins": ["@typescript-eslint"]
}
Loading

0 comments on commit 4b60b89

Please sign in to comment.