0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 08:32:05 +01:00
Commit Graph

7 Commits

Author SHA1 Message Date
Rich Harris
66d5a39f98 change pkg.main to appease webpack 2019-02-01 10:40:53 -05:00
Richard Harris
f1ca1cc098 housekeeping 2019-01-26 12:50:35 -05:00
Rich Harris
29052aba7d
Bring svelte.technology source into main repo 2018-12-22 16:09:27 -05:00
Rich Harris
57c25b7a43 add eslint-plugin-html, for linting test .html files 2017-06-17 11:23:16 -04:00
Rich Harris
485d7b4ef1 update lint config 2017-06-02 22:05:06 -04:00
Rich Harris
48106e8086 another lint fix 2016-12-07 12:39:45 -05:00
Shinnosuke Watanabe
cd51495bc2 add .json extension to the ESLint config file
According to the ESLint release note http://eslint.org/blog/2015/11/eslint-v1.10.0-released#configuration-file-formats):

> We are formally deprecating use of the `.eslintrc` extensionless configuration file format in favor the format-specific versions. Don't worry, we'll still support `.eslintrc` files for a long time, but we'd like to encourage everyone to move to the new file formats as you'll get advantages such as syntax highlighting and error detection with many editors.

Actually, Github doesn't highlight `.eslintrc` contents, but does well for `.eslintrc.yml`.

59681635dc/.eslintrc
72e007a88f/.eslintrc.yml
2016-12-02 20:51:42 +09:00