Skip to content

Commit

Permalink
chore: remove locale folder exlusion from linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Georget committed Oct 10, 2023
1 parent e39fa82 commit cd3c1ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist
node_modules
src/locale/*
docs/.vitepress/cache
docs/.vitepress/dist
4 changes: 2 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ const process = require('node:process')
process.env.ESLINT_TSCONFIG = 'tsconfig.json'

module.exports = {
extends: '@antfu'
}
extends: '@antfu',
}
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ coverage
*.sln
*.sw?

# days js locales
src/locale

# vitepress
docs/.vitepress/cache
docs/.vitepress/dist

0 comments on commit cd3c1ad

Please sign in to comment.