Skip to content

Commit

Permalink
Eslint: fix ignored directories (commaai#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
signed-long authored Jul 14, 2024
1 parent b0c8443 commit a69b6bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import stylistic from '@stylistic/eslint-plugin'
export default [
{
languageOptions: { globals: globals.browser },
},
{
ignores: ['.github', '.husky', '.vscode', 'node_modules', 'dist'],
},
js.configs.recommended,
Expand Down

0 comments on commit a69b6bd

Please sign in to comment.