Skip to content

Commit

Permalink
Issue##2804 Added support for .eslintrc.js in imports.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilThakur02 committed Feb 18, 2024
1 parent 51a37d0 commit deb2616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-airbnb-base/rules/imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
settings: {
'import/resolver': {
node: {
extensions: ['.mjs', '.js', '.json']
extensions: ['.mjs', '.js', '.json','/.eslintrc.js']
}
},
'import/extensions': [
Expand Down

0 comments on commit deb2616

Please sign in to comment.