Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fb40b9a

Browse filesBrowse files
committed
run update
1 parent b9ddb73 commit fb40b9a
Copy full SHA for fb40b9a

File tree

Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed

‎docs/rules/script-indent.md

Copy file name to clipboardExpand all lines: docs/rules/script-indent.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# enforce consistent indentation in `<script>` (script-indent)
1+
# enforce consistent indentation in `<script>` (vue/script-indent)
22

33
- :wrench: The `--fix` option on the [command line](http://eslint.org/docs/user-guide/command-line-interface#fix) can automatically fix some of the problems reported by this rule.
44

‎lib/index.js

Copy file name to clipboardExpand all lines: lib/index.js
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ module.exports = {
3939
'require-v-for-key': require('./rules/require-v-for-key'),
4040
'require-valid-default-prop': require('./rules/require-valid-default-prop'),
4141
'return-in-computed-property': require('./rules/return-in-computed-property'),
42+
'script-indent': require('./rules/script-indent'),
4243
'this-in-template': require('./rules/this-in-template'),
4344
'v-bind-style': require('./rules/v-bind-style'),
4445
'v-on-style': require('./rules/v-on-style'),

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.