Skip to content

Commit 8bc24d3

Browse files
feat: docs eslint
1 parent 666cf46 commit 8bc24d3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.eslintignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
node_modules
2+
storybook-static
3+
coverage/*
4+
.circleci
5+
.storybook
6+
test
7+
docs

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
module.exports = {
33
root: true,
44
parser: '@typescript-eslint/parser',
5-
ignorePatterns: ['lib/**/*', 'dist/**/*'],
5+
ignorePatterns: ['lib/**/*', 'dist/**/*', "docs/**/*"],
66
plugins: ['@typescript-eslint'],
77
extends: [
88
'eslint:recommended',

0 commit comments

Comments
 (0)