Skip to content

Commit

Permalink
Add import/extensions rule to eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelbcerri authored and lupomontero committed Oct 8, 2019
1 parent 86c5da4 commit b095873
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/01-cipher/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
},
"extends": "eslint:recommended",
"rules": {
"no-console": "warn"
"no-console": "warn",
"import/extensions": 0
}
}

0 comments on commit b095873

Please sign in to comment.