Skip to content

Commit

Permalink
chore(): exclude apidoc examples from eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagosiebler committed Dec 13, 2024
1 parent 8083692 commit a538f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
node: true,
jest: true,
},
ignorePatterns: ['.eslintrc.js', 'webpack.config.js'],
ignorePatterns: ['.eslintrc.js', 'webpack.config.js', 'examples/apidoc'],
rules: {
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
Expand Down

0 comments on commit a538f85

Please sign in to comment.