Skip to content

Commit

Permalink
added gulp
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbrent committed Mar 20, 2023
1 parent 0d863e6 commit 5d0cbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
project: ["./tsconfig.json"],
},
plugins: ["react", "@typescript-eslint"],
ignorePatterns: [".eslintrc.js", "*.mjs", "demos/*", "index.d.ts"],
ignorePatterns: [".eslintrc.js", "*.mjs", "demos/*", "index.d.ts", "gulpfile.js"],
rules: {
"@typescript-eslint/indent": ["error", "tab"],
"@typescript-eslint/prefer-nullish-coalescing": 0, // "warn", too many items!
Expand Down

0 comments on commit 5d0cbf0

Please sign in to comment.