Skip to content

Commit

Permalink
eslint: install require-path-exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Cykelero committed Jun 27, 2022
1 parent afdb83e commit 6575718
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 7 deletions.
8 changes: 7 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ module.exports = {
ecmaVersion: 11,
sourceType: 'module'
},
extends: 'eslint:recommended',
plugins: [
'require-path-exists'
],
extends: [
'eslint:recommended',
'plugin:require-path-exists/recommended'
],
rules: {
'no-mixed-spaces-and-tabs': 'warn',
'dot-location': ['warn', 'property'],
Expand Down
Loading

0 comments on commit 6575718

Please sign in to comment.