Skip to content

Commit

Permalink
chore: update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Dec 11, 2023
1 parent 4941993 commit a1378b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,16 @@ module.exports = {
'error',
{
devDependencies: [
'**/e2e/**',
'**/tests/**',
'**/test/**',
'**/__tests__/**',
'**/__mocks__/**',
'**/.vuepress/**',
'**/*.{test,spec}.{js.ts}',
'**/*.{cy,spec,test}.{js.ts}',
'**/.commitlintrc.{js,cjs}',
'**/.eslintrc.{js,cjs}',
'**/cypress.config.{js.ts}',
'**/tsup.config.{js.ts}',
'**/vitest.config.{js.ts}',
'**/vuepress.config.{js.ts}',
Expand Down

0 comments on commit a1378b1

Please sign in to comment.