Skip to content

Commit

Permalink
.eslintrc.common.js is now properly parsed by eslint
Browse files Browse the repository at this point in the history
test case
* Run eslint against any file and it should run without an error

Change-Id: Ie186a843dfc094375f656d3a4a825859ac61198f
Reviewed-on: https://gerrit.instructure.com/105403
Reviewed-by: Ryan Shaw <[email protected]>
Product-Review: Ryan Shaw <[email protected]>
QA-Review: Ryan Shaw <[email protected]>
Reviewed-by: Andrew Huff <[email protected]>
Tested-by: Jenkins
  • Loading branch information
sjaveed committed Mar 16, 2017
1 parent eb295ee commit 66b390f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
"import/named": [2],
"import/no-unresolved": [0],
"import/no-webpack-loader-syntax": [0],
"import/no-commonjs": [2]
"import/no-commonjs": [2],

"import/extensions": [1, { "js": "never", "jsx": "never", "json": "always" }],
"promise/avoid-new": [0],
Expand Down

0 comments on commit 66b390f

Please sign in to comment.