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

4 Commits

Author SHA1 Message Date
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