We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b4812 commit cc244c6Copy full SHA for cc244c6
.eslintrc.js
@@ -14,5 +14,5 @@ module.exports = {
14
ecmaVersion: 11
15
},
16
plugins: ['prettier'],
17
- ignorePatterns: ['dist']
+ ignorePatterns: ['dist', 'docs']
18
};
0 commit comments