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 4e20b90 commit ee678d0Copy full SHA for ee678d0
index.js
@@ -13,6 +13,9 @@ module.exports = {
13
ecmaVersion: 2018,
14
sourceType: 'module'
15
},
16
+ plugins: [
17
+ 'ava'
18
+ ],
19
rules: {
20
'ava/assertion-arguments': 'error',
21
'ava/max-asserts': ['off', 5],
readme.md
@@ -105,9 +105,6 @@ Enable it in your `package.json` with the `extends` option:
105
{
106
"name": "my-awesome-project",
107
"eslintConfig": {
108
- "plugins": [
109
- "ava"
110
- ],
111
"extends": "plugin:ava/recommended"
112
}
113
0 commit comments