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 b01029a commit 11a1e79Copy full SHA for 11a1e79
.eslintrc.js
@@ -1,6 +1,8 @@
1
module.exports = {
2
root: true,
3
4
+ ignorePatterns: ['test/**/*.js'],
5
+
6
extends: ['eslint:recommended', 'plugin:unicorn/recommended', 'prettier'],
7
8
rules: {
0 commit comments