Skip to content

Commit

Permalink
Merge branch 'master' into issue-347
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Mar 16, 2020
2 parents 534e516 + 26c1a71 commit 6679b17
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Expand Up @@ -82,6 +82,9 @@
]
},
"xo": {
"parserOptions": {
"sourceType": "script"
},
"plugins": [
"eslint-plugin"
],
Expand All @@ -94,9 +97,16 @@
"rules": {
"eslint-plugin/require-meta-docs-url": "off"
}
},
{
"files": "test/*.js",
"parserOptions": {
"sourceType": "module"
}
}
],
"rules": {
"strict": "error",
"import/order": "off"
}
}
Expand Down

0 comments on commit 6679b17

Please sign in to comment.