Skip to content

Commit f9bee79

Browse files
committed
refactor: nuxtr activation and public commands
1 parent bb380fc commit f9bee79

25 files changed

+1469
-1448
lines changed

.eslintrc

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
2-
"root": true,
3-
"parser": "@typescript-eslint/parser",
4-
"parserOptions": {
5-
"ecmaVersion": 6,
6-
"sourceType": "module"
7-
},
8-
"plugins": [
9-
"@typescript-eslint",
10-
"oxlint"
2+
"root": true,
3+
"parser": "@typescript-eslint/parser",
4+
"parserOptions": {
5+
"ecmaVersion": 6,
6+
"sourceType": "module"
7+
},
8+
"plugins": [
9+
"@typescript-eslint",
10+
"oxlint"
11+
],
12+
"rules": {
13+
"@typescript-eslint/naming-convention": "off",
14+
"@typescript-eslint/semi": 0,
15+
"curly": [
16+
"error",
17+
"all"
1118
],
12-
"rules": {
13-
"@typescript-eslint/naming-convention": "off",
14-
"@typescript-eslint/semi": 0,
15-
"curly": [
16-
"error",
17-
"all"
18-
],
19-
"eqeqeq": "warn",
20-
"no-throw-literal": "warn",
21-
"semi": "off",
22-
"@typescript-eslint/indent": [
23-
"error",
24-
4
25-
],
26-
"no-multiple-empty-lines": "warn",
27-
"no-empty": "warn"
28-
},
29-
"ignorePatterns": [
30-
"out",
31-
"dist",
32-
"**/*.d.ts",
33-
"ui/**"
34-
]
19+
"eqeqeq": "warn",
20+
"no-throw-literal": "warn",
21+
"semi": "off",
22+
"@typescript-eslint/indent": [
23+
"error",
24+
4
25+
],
26+
"no-multiple-empty-lines": "warn",
27+
"no-empty": "warn"
28+
},
29+
"ignorePatterns": [
30+
"out",
31+
"dist",
32+
"**/*.d.ts",
33+
"ui/**"
34+
]
3535
}

0 commit comments

Comments
 (0)