Skip to content

Commit

Permalink
Update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jun 12, 2024
1 parent f2a7772 commit ee60891
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
8 changes: 8 additions & 0 deletions tools/linters/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
extends: ["json:recommended"],
ignorePatterns: ["!/tools/linters/.eslintrc.yml", "!/tools/linters/.stylelintrc.json"],
parserOptions: {
ecmaVersion: 2015,
sourceType: "module"
}
};
9 changes: 0 additions & 9 deletions tools/linters/.eslintrc.yml

This file was deleted.

0 comments on commit ee60891

Please sign in to comment.