Skip to content

Commit

Permalink
refactor: Switch from eslint-plugin-ava to eslint-plugin-jest. (#126)
Browse files Browse the repository at this point in the history
* refactor: Switch from eslint-plugin-ava to eslint-plugin-jest.

* docs: Add changelog entry for switch from eslint-plugin-ava to eslint-plugin-jest
  • Loading branch information
ntwb committed May 31, 2020
1 parent dd921e8 commit 8fb34e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/stylelint-config-wordpress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- Deprecated `media-feature-no-missing-punctuation` rule.
- Deprecated `selector-no-empty` rule.
- Refactor: Switch from AVA to Jest for tests.
- Refactor: Switch from eslint-plugin-ava to eslint-plugin-jest.

# 9.1.1

Expand Down
7 changes: 4 additions & 3 deletions packages/stylelint-config-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-stylelint": "^6.0.0",
"eslint-plugin-ava": "^4.0.0",
"eslint-plugin-jest": "^19.0.1",
"jest": "^19.0.2",
"npm-run-all": "^4.0.0",
"npmpub": "^3.0.3",
Expand All @@ -64,10 +64,11 @@
"ecmaVersion": 8
},
"plugins": [
"ava"
"jest"
],
"extends": [
"stylelint"
"stylelint",
"plugin:jest/recommended"
],
"env": {
"jest": true
Expand Down

0 comments on commit 8fb34e4

Please sign in to comment.