Skip to content

Commit

Permalink
chore: adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
KarineBrandelli committed May 10, 2024
1 parent c1de4d4 commit 72a2134
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 1 addition & 6 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,6 @@ const rulesImport = {
group: 'index',
position: 'after'
},
{
pattern: '@/icons',
group: 'index',
position: 'after'
},
{
pattern: '@/theme',
group: 'index',
Expand Down Expand Up @@ -203,5 +198,5 @@ module.exports = {
'import',
'@stylistic'
],
ignorePatterns: ['.eslintrc.js']
ignorePatterns: ['.eslintrc.js', 'pre-publish.js', 'jest.config.js']
}
2 changes: 0 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
src
docs
.docz
doczrc.js
.gitignore

0 comments on commit 72a2134

Please sign in to comment.