We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc97e2 commit 3243d30Copy full SHA for 3243d30
package.json
@@ -58,11 +58,13 @@
58
"eslint-plugin-dependencies": "^2.4.0",
59
"eslint-plugin-html": "^5.0.0",
60
"eslint-plugin-markdown": "^1.0.0",
61
+ "eslint-plugin-prettier": "^3.0.1",
62
"eslint-plugin-require-path-exists": "^1.1.5",
63
"eslint-plugin-unicorn": "^8.0.1",
64
"husky": "^1.3.1",
65
"lint-staged": "^8.1.1",
66
"nyc": "^13.1.0",
67
+ "prettier": "^1.16.4",
68
"rimraf": "^2.6.3"
69
},
70
"husky": {
@@ -106,13 +108,15 @@
106
108
"eslintConfig": {
107
109
"parser": "babel-eslint",
110
"plugins": [
111
+ "prettier",
112
"dependencies",
113
"html",
114
"unicorn",
115
"babel",
116
"markdown"
117
],
118
"extends": [
119
+ "plugin:ava/recommended",
120
"plugin:unicorn/recommended",
121
"xo",
122
"xo-space"
0 commit comments