Skip to content

Commit a538f85

Browse files
committed
chore(): exclude apidoc examples from eslint
1 parent 8083692 commit a538f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
node: true,
2121
jest: true,
2222
},
23-
ignorePatterns: ['.eslintrc.js', 'webpack.config.js'],
23+
ignorePatterns: ['.eslintrc.js', 'webpack.config.js', 'examples/apidoc'],
2424
rules: {
2525
'@typescript-eslint/interface-name-prefix': 'off',
2626
'@typescript-eslint/explicit-function-return-type': 'off',

0 commit comments

Comments
 (0)