Skip to content

Commit

Permalink
Merge pull request #46 from ntwb/eslint-plugin-ava
Browse files Browse the repository at this point in the history
Add ESLint rules for AVA
  • Loading branch information
ntwb committed May 31, 2020
1 parent 5d4be19 commit 6fb4405
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/stylelint-config-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"devDependencies": {
"ava": "^0.14.0",
"eslint": "^2.4.0",
"eslint-plugin-ava": "^2.2.1",
"eslint-config-stylelint": "^1.0.0",
"npmpub": "^3.0.3",
"stylelint": "^5.2.0"
Expand All @@ -46,8 +47,12 @@
]
},
"eslintConfig": {
"plugins": [
"ava"
],
"extends": [
"stylelint"
"stylelint",
"plugin:ava/recommended"
]
}
}

0 comments on commit 6fb4405

Please sign in to comment.