mirror of https://github.com/sveltejs/svelte
parent
a5cde37bc6
commit
697e73fede
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"plugins": ["lube"],
|
||||||
|
"rules": {
|
||||||
|
"lube/svelte-naming-convention": ["error", { "fixSameNames": true }]
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"plugins": ["lube"],
|
||||||
|
"rules": {
|
||||||
|
"lube/svelte-naming-convention": ["error", { "fixSameNames": true }]
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -1,6 +1,8 @@
|
|||||||
{
|
{
|
||||||
|
"plugins": ["lube"],
|
||||||
"rules": {
|
"rules": {
|
||||||
"no-console": "off",
|
"no-console": "off",
|
||||||
"@typescript-eslint/no-var-requires": "off"
|
"@typescript-eslint/no-var-requires": "off",
|
||||||
|
"lube/svelte-naming-convention": ["error", { "fixSameNames": true }]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,15 +1,10 @@
|
|||||||
{
|
{
|
||||||
"extends": "../tsconfig.json",
|
"extends": "../tsconfig.json",
|
||||||
"include": ["."],
|
|
||||||
"exclude": ["./**/_output/**/*"],
|
"exclude": ["./**/_output/**/*"],
|
||||||
|
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"checkJs": true,
|
"checkJs": true,
|
||||||
"noEmit": true,
|
"noEmit": true
|
||||||
"paths": {
|
|
||||||
"svelte": [".."],
|
|
||||||
"svelte/*": ["../*"]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in new issue