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 63f8461 commit 1927bdfCopy full SHA for 1927bdf
.eslintrc.js
@@ -20,12 +20,6 @@ module.exports = {
20
'vue'
21
],
22
rules: {
23
- 'no-console': 'off',
24
- 'arrow-parens': 0,
25
- 'generator-star-spacing': 0,
26
- 'vue/html-closing-bracket-newline': 0,
27
- 'vue/singleline-html-element-content-newline': 0,
28
- 'vue/multiline-html-element-content-newline': 0,
29
- 'vue/html-closing-bracket-spacing': 0
+ 'no-console': 'off'
30
}
31
package.json
@@ -5,6 +5,7 @@
5
"main": "dist/vue-testing-library.js",
6
"scripts": {
7
"lint": "eslint --ext .js,.vue .",
8
+ "lint:fix": "npm run lint -- --fix",
9
"test": "jest --coverage",
10
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
11
"prepublishOnly": "babel src --out-dir dist",
0 commit comments