summaryrefslogtreecommitdiffstats
path: root/dox-sequence-diagram-ui/eslintrc.json
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-02-19 12:57:33 +0200
committerMichael Lando <ml636r@att.com>2017-02-19 13:47:13 +0200
commitefa037d34be7b1570efdc767c79fad8d4005f10e (patch)
treecf1036ba2728dea8a61492b678fa91954e629403 /dox-sequence-diagram-ui/eslintrc.json
parentf5f13c4f6b6fe3b4d98e349dfd7db59339803436 (diff)
Add new code new version
Change-Id: Ic02a76313503b526f17c3df29eb387a29fe6a42a Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'dox-sequence-diagram-ui/eslintrc.json')
-rw-r--r--dox-sequence-diagram-ui/eslintrc.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/dox-sequence-diagram-ui/eslintrc.json b/dox-sequence-diagram-ui/eslintrc.json
new file mode 100644
index 0000000000..b2a3f24aaa
--- /dev/null
+++ b/dox-sequence-diagram-ui/eslintrc.json
@@ -0,0 +1,32 @@
+{
+ "parserOptions": {
+ "ecmaVersion": 6,
+ "sourceType": "module",
+ "ecmaFeatures": {
+ "jsx": true
+ }
+ },
+ "env": {
+ "browser": true
+ },
+ "plugins": [
+ "react"
+ ],
+ "extends": [
+ "airbnb"
+ ],
+ "rules": {
+ "padded-blocks": 0,
+ "max-len": ["error", 160, 4],
+ "no-underscore-dangle": 0,
+ "global-require": 0,
+ "react/sort-comp": 0,
+ "new-cap": 0
+ },
+ "settings": {
+ "react": {
+ "pragma": "React",
+ "version": "0.14.8"
+ }
+ }
+}