Skip to content

Commit

Permalink
fix: add chronix config to eslint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
eddort committed Sep 12, 2023
1 parent f83496e commit fa095e9
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 @@ -14,7 +14,7 @@ module.exports = {
node: true,
jest: true,
},
ignorePatterns: ['.eslintrc.js'],
ignorePatterns: ['.eslintrc.js', 'chronix.config.ts'],
rules: {
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
Expand Down

0 comments on commit fa095e9

Please sign in to comment.