This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
svelte
Watch
0
Star
0
Fork
0
You've already forked svelte
mirror of
https://github.com/sveltejs/svelte.git
synced
2024-11-30 17:00:40 +01:00
Code
Issues
Releases
Wiki
Activity
4627bdde73
svelte
/
test
/
.eslintrc.json
7 lines
94 B
JSON
Raw
Normal View
History
Unescape
Escape
Introduce ESLint to svelte sources (#2958) * introduce eslint * add lint npm script * first eslint run * use tsc stronger checks for unused vars * fix strict typescript unused checks * reintroduce unicode oddities * revert ordering changes * revert whitespace changes * set indent lint rule as error and ignore outliers * revert some more unicode * reintroduce scissors unicode again
2019-06-09 17:31:28 +02:00
{
"rules"
:
{
Use TypeScript in tests (#5433)
2020-09-29 17:19:21 +02:00
"no-console"
:
"off"
,
"@typescript-eslint/no-var-requires"
:
"off"
Introduce ESLint to svelte sources (#2958) * introduce eslint * add lint npm script * first eslint run * use tsc stronger checks for unused vars * fix strict typescript unused checks * reintroduce unicode oddities * revert ordering changes * revert whitespace changes * set indent lint rule as error and ignore outliers * revert some more unicode * reintroduce scissors unicode again
2019-06-09 17:31:28 +02:00
}
}
Copy Permalink