This website works better with JavaScript.
欢迎来到马士兵代码仓库
Sign In
msb-public
/
svelte
mirror of
https://github.com/sveltejs/svelte
Watch
1
Star
0
Code
Issues
Projects
Releases
Wiki
Activity
d64e86a260
svelte
/
test
/
runtime
/
samples
/
spring
/
_config.js
4 lines
38 B
Raw
Normal View
History
Unescape
Escape
ensure spring works server-side = fixes #2773
6 years ago
export
default
{
upgrade ESLint config (#5472)
5 years ago
html
:
'<p>0</p>'
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
6 years ago
}
;