summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco <firefelix@gmail.com>2016-02-03 12:40:38 +0100
committerFrancesco <firefelix@gmail.com>2016-02-03 12:40:38 +0100
commit68206f03ca22d099c6fa61b2cea21a4975c78ac4 (patch)
tree2355133f4c49836da441ff31585fa2886ba9fe17
parentfdd5c8279b58d3a851eec585cf00959af5d08056 (diff)
downloadreact-autosize-textarea-68206f03ca22d099c6fa61b2cea21a4975c78ac4.zip
react-autosize-textarea-68206f03ca22d099c6fa61b2cea21a4975c78ac4.tar.gz
react-autosize-textarea-68206f03ca22d099c6fa61b2cea21a4975c78ac4.tar.bz2
use buildo/eslint-config
-rw-r--r--.eslintrc37
1 files changed, 1 insertions, 36 deletions
diff --git a/.eslintrc b/.eslintrc
index 00eb7c0..9dd8fc6 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -1,38 +1,3 @@
{
- "parser": "babel-eslint",
- "env": {
- "browser": true,
- "node": true,
- "es6": true
- },
- "plugins": [
- "react"
- ],
- "ecmaFeatures": {
- "modules": true,
- "jsx": true
- },
- "rules": {
- "eol-last": 0,
- "new-cap": 0,
- "no-use-before-define": 0,
- "no-shadow": 0,
- "no-process-exit": 0,
- "strict": [2, "global"],
- "no-underscore-dangle": 0,
- "quotes": [2, "single"],
- "comma-dangle": "always",
- "react/jsx-boolean-value": 1,
- "react/jsx-quotes": 1,
- "react/jsx-no-undef": 1,
- "react/jsx-uses-react": 1,
- "react/jsx-uses-vars": 1,
- "react/no-did-mount-set-state": 1,
- "react/no-did-update-set-state": 1,
- "react/no-multi-comp": 1,
- "react/no-unknown-property": 1,
- "react/react-in-jsx-scope": 1,
- "react/self-closing-comp": 1,
- "react/wrap-multilines": 1
- }
+ "extends": ["buildo"]
}