Skip to content

Commit 9d6e72a

Browse files
afontcuLinusBorg
authored andcommitted
fix standard eslint config link (#834)
1 parent a34532a commit 9d6e72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
browser: true,
1111
},
1212
{{#if_eq lintConfig "standard"}}
13-
// https://github.com/feross/standard/blob/master/RULES.md#javascript-standard-style
13+
// https://github.com/standard/standard/blob/master/docs/RULES-en.md
1414
extends: 'standard',
1515
{{/if_eq}}
1616
{{#if_eq lintConfig "airbnb"}}

0 commit comments

Comments
 (0)