Skip to content

Commit

Permalink
Update dependencies and linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Sova committed Oct 13, 2017
1 parent 16b4ddf commit 2caf169
Show file tree
Hide file tree
Showing 4 changed files with 1,490 additions and 704 deletions.
13 changes: 1 addition & 12 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "airbnb-base",
"extends": "atomix-base",
"parser": "babel-eslint",
"env": {
"browser": true,
Expand All @@ -13,19 +13,8 @@
"rules": {
"strict": "off",
"no-unused-vars": [ "warn", { "varsIgnorePattern": "React", "ignoreRestSiblings": false } ],
"no-unused-expressions": ["error", { "allowShortCircuit": true }],
"semi": [ "error", "never" ],
"no-confusing-arrow": "off",
"comma-dangle": ["error", {
"arrays": "always-multiline",
"objects": "always-multiline",
"imports": "always-multiline",
"exports": "always-multiline",
"functions": "always-multiline"
}],
"linebreak-style": "off",
"brace-style": ["error", "stroustrup"],
"operator-linebreak": ["error", "after", { "overrides": { "?": "before", ":": "before", "&&": "before", "+": "before", "||": "before" } }],
"no-nested-ternary": "off",
"import/no-extraneous-dependencies": "off",
"import/no-unresolved": "off",
Expand Down
Loading

0 comments on commit 2caf169

Please sign in to comment.