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 a34532a commit 9d6e72aCopy full SHA for 9d6e72a
template/.eslintrc.js
@@ -10,7 +10,7 @@ module.exports = {
10
browser: true,
11
},
12
{{#if_eq lintConfig "standard"}}
13
- // https://github.com/feross/standard/blob/master/RULES.md#javascript-standard-style
+ // https://github.com/standard/standard/blob/master/docs/RULES-en.md
14
extends: 'standard',
15
{{/if_eq}}
16
{{#if_eq lintConfig "airbnb"}}
0 commit comments