diff options
author | Vitaly Takmazov | 2017-04-07 10:29:52 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-04-07 10:29:52 +0300 |
commit | 9820abe11c0c037f50bb2f7ddbb0bd19646264dc (patch) | |
tree | 5a33901fc294546c40b0cdbc65640b041e4c694e /juick-spring-www/.eslintrc | |
parent | 6951e2ad47ed4db3dc7d0b08aeadeb09bc3b994d (diff) |
juick-www: merge juick-spring-www i18n, drop thymeleaf
Diffstat (limited to 'juick-spring-www/.eslintrc')
-rw-r--r-- | juick-spring-www/.eslintrc | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/juick-spring-www/.eslintrc b/juick-spring-www/.eslintrc deleted file mode 100644 index 70f0fc89..00000000 --- a/juick-spring-www/.eslintrc +++ /dev/null @@ -1,32 +0,0 @@ -{ - // Extend existing configuration - // from ESlint and eslint-plugin-react defaults. - "extends": [ - "eslint:recommended" - //, "plugin:react/recommended" - ], - // Enable ES6 support. If you want to use custom Babel - // features, you will need to enable a custom parser - // as described in a section below. - "parserOptions": { - "ecmaVersion": 6, - "sourceType": "module" - }, - "env": { - "browser": true, - "node": true - }, - // Enable custom plugin known as eslint-plugin-react - "plugins": [ - // "react" - ], - "rules": { - // Disable `no-console` rule - "no-console": 0, - // Give a warning if identifiers contain underscores - "no-underscore-dangle": 1, - // Default to single quotes and raise an error if something - // else is used - "quotes": [2, "single"] - } -}
\ No newline at end of file |