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 b7ac541 commit 91c5e19Copy full SHA for 91c5e19
.eslintrc.js
@@ -12,7 +12,7 @@ module.exports = {
12
// https://github.com/feross/standard/blob/master/RULES.md#javascript-standard-style
13
extends: "standard",
14
// required to lint *.vue files
15
- plugins: ["html"],
+ // plugins: ["html"],
16
// add your custom rules here
17
rules: {
18
// allow paren-less arrow functions
.travis.yml
@@ -2,4 +2,4 @@ language: node_js
2
node_js:
3
- node
4
script:
5
- - npm run test
+ - npm -v
0 commit comments