Skip to content

Commit

Permalink
32129139: Convert .eslintignore to .eslintrc.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienCassou committed Apr 10, 2024
1 parent 4971f9c commit e209eb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
// workaround for plugin:@foretagsplatsen/main enabling many
// unwanted environments:
env: { amd: false, jquery: false, node: false, jasmine: false },
ignorePatterns: ["sample"],
rules: {
"import/no-unused-modules": [
"error",
Expand Down

0 comments on commit e209eb0

Please sign in to comment.