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
b0b86f7e26
svelte
/
.flowconfig
10 lines
79 B
Raw
Normal View
History
Unescape
Escape
add editorconfig and flowconfig files This does *not* mean that svelte is using flow (yet ? :-), it is only that people using flow for code completion get some meaningful results instead of flow complaining about a missing .flowconfig file. The editorconfig is so that people who use spaces by default get their editor using tabs like expected.
8 years ago
[ignore]
move dist to types
6 years ago
<PROJECT_ROOT>/types/.*
add editorconfig and flowconfig files This does *not* mean that svelte is using flow (yet ? :-), it is only that people using flow for code completion get some meaningful results instead of flow complaining about a missing .flowconfig file. The editorconfig is so that people who use spaces by default get their editor using tabs like expected.
8 years ago
[include]
[libs]
[options]
strip_root=true