Skip to content

Commit

Permalink
Fix TravisCI Build and Removed old IDE configuration files
Browse files Browse the repository at this point in the history
Add some rules exceptions
Related to issue: #7

Signed-off-by: Luiz Guilherme Silva <[email protected]>
  • Loading branch information
luizguilherme5 committed Apr 9, 2017
1 parent ab384db commit 2a88955
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 289 deletions.
7 changes: 6 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
"rules": {
// `.jsx` extension cannot be used with React Native
// https://github.com/airbnb/javascript/issues/982
"react/jsx-filename-extension": ["error", { "extensions": [".js", ".jsx"] }]
"react/jsx-filename-extension": ["error", { "extensions": [".js", ".jsx"] }],
"import/prefer-default-export": "off",

// There is none substitute to this rule, but it's recommended turn it on later.
"react/prop-types": "off",
"arrow-body-style": "off"
},
"globals": {
"localStorage": true
Expand Down
13 changes: 0 additions & 13 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/techvet-frontend.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

249 changes: 0 additions & 249 deletions .idea/workspace.xml

This file was deleted.

0 comments on commit 2a88955

Please sign in to comment.