Skip to content

Commit 11a1e79

Browse files
author
Larry Botha
committed
chore(eslint): ignore spec files
1 parent b01029a commit 11a1e79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module.exports = {
22
root: true,
33

4+
ignorePatterns: ['test/**/*.js'],
5+
46
extends: ['eslint:recommended', 'plugin:unicorn/recommended', 'prettier'],
57

68
rules: {

0 commit comments

Comments
 (0)