Skip to content

Commit

Permalink
Allow skipping autogenerated files
Browse files Browse the repository at this point in the history
  • Loading branch information
BarnabyShearer committed May 1, 2024
1 parent c93023c commit 97800a3
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 @@ -15,7 +15,7 @@ module.exports = {
project: ["./tsconfig.json"],
},
plugins: ["prettier", "@typescript-eslint", "filenames"],
ignorePatterns: ["api.d.ts"],
ignorePatterns: ["api.d.ts", "*-definitions.ts"],
rules: {
"node/no-unpublished-import": "off",
"node/no-missing-import": "off",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eslint-config-two-stroke",
"description": "eslint settings for two-stroke.",
"license": "MIT",
"version": "1.0.5",
"version": "1.0.6",
"main": "index.js",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.7.0",
Expand Down

0 comments on commit 97800a3

Please sign in to comment.