diff options
author | Indrajith K L | 2017-11-02 16:02:24 +0530 |
---|---|---|
committer | Indrajith K L | 2017-11-02 16:02:24 +0530 |
commit | 2249a5f79ff44773f6e1774028861e130d8fe77f (patch) | |
tree | 4240b8a12eba69ea2f58844ab500c222b62828aa /.eslintrc | |
parent | a7ccf2688f90f28754b8c61fa0b712d6465d2796 (diff) | |
download | es6-backbone-2249a5f79ff44773f6e1774028861e130d8fe77f.tar.gz es6-backbone-2249a5f79ff44773f6e1774028861e130d8fe77f.tar.bz2 es6-backbone-2249a5f79ff44773f6e1774028861e130d8fe77f.zip |
Integrated Template loading using html-loader
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,10 +1,7 @@ { "rules": { - "indent": [ - 2, - 4 - ], + "linebreak-style": [ 2, "unix" |