Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Merge pull request #128 from foretagsplatsen/dependabot/npm_and_yarn/…
Browse files Browse the repository at this point in the history
…foretagsplatsen/eslint-plugin-4.1.0

build(deps-dev): bump @foretagsplatsen/eslint-plugin from 3.0.0 to 4.1.0
  • Loading branch information
DamienCassou authored Dec 18, 2023
2 parents 8a72df0 + 6678246 commit 94b6775
Show file tree
Hide file tree
Showing 27 changed files with 1,076 additions and 441 deletions.
14 changes: 4 additions & 10 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
module.exports = {
parserOptions: {
"ecmaVersion": 6,
"sourceType": "module"
},
root: true,
extends: [ "plugin:@foretagsplatsen/main" ],
extends: ["plugin:@foretagsplatsen/main"],
rules: {
"quotes": ["error", "double"],
"ftgp/require-class-comment": 0,
"import/no-unused-modules": [
"error",
{
Expand All @@ -18,9 +12,9 @@ module.exports = {
"src/klassified.js",
// List of files not exporting anything:
"**/.eslintrc.cjs",
"src/property.js"
"src/property.js",
],
},
]
}
],
},
};
Loading

0 comments on commit 94b6775

Please sign in to comment.