Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

Commit 9d6e72a

Browse files
afontcuLinusBorg
authored andcommitted
fix standard eslint config link (vuejs-templates#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)