Skip to content

Commit

Permalink
La til ignore på config- og setup-filer.
Browse files Browse the repository at this point in the history
Bumpet versjonnummer.
  • Loading branch information
sstensby committed Jun 29, 2023
1 parent 0bac108 commit 7976ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ module.exports = {
},
],
settings: {},
ignorePatterns: ["*.module.css"],
ignorePatterns: ["*.module.css", "*.{config,setup}.{ts,js}"],
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navikt/eslint-config-teamia",
"version": "1.0.4",
"version": "1.0.5",
"description": "Setup av eslint-plugins med regler vi ønsker å bruke likt i alle våre prosjekter.",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 7976ea8

Please sign in to comment.