Skip to content

Commit

Permalink
fix: linting ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
LuXDAmore committed Jan 13, 2021
1 parent a799c4b commit 0157a23
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 14 deletions.
8 changes: 8 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Common
node_modules
bower_components
dist
.nuxt
coverage

docs
ssr
coverage
.circleci
.vscode
.github

*.min.*
18 changes: 14 additions & 4 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
dist/
docs/
# Common
node_modules
bower_components
dist
.nuxt
coverage

bower_components/
node_modules/
docs
ssr
coverage
.circleci
.vscode
.github

*.min.*
22 changes: 12 additions & 10 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
public/
docs/
# Common
node_modules
bower_components
dist
.nuxt
coverage

dist/
ssr/

bower_components/
node_modules/
.vscode/
.nuxt/
docs
ssr
coverage
.circleci
.vscode
.github

*.min.*
**/*.min.*

0 comments on commit 0157a23

Please sign in to comment.