Skip to content

Commit

Permalink
Add/use es lint for all erizoController components (#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
lodoyun authored Oct 2, 2018
1 parent 03b381f commit f2e0ccf
Show file tree
Hide file tree
Showing 47 changed files with 4,211 additions and 4,160 deletions.
10 changes: 7 additions & 3 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
erizo_controller/erizoController
erizo_controller/erizoJS
erizo_controller/erizoAgent
nuve/nuveClient/build
nuve/nuveClient/dist
erizo_controller/erizoClient/**/*.js
spine/**/*.js
extras/basic_example/public/erizo.js
extras/basic_example/nuve.js
extras/basic_example/public/lib/
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "airbnb",
"rules": {
"no-cond-assign": ["error", "except-parens"]
"no-cond-assign": ["error", "except-parens"],
"no-underscore-dangle": "off",
}
}
4 changes: 0 additions & 4 deletions .jshintignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
nuve/nuveClient/build
nuve/nuveClient/dist
erizo_controller/erizoClient/**/*.js
spine/**/*.js
extras/basic_example/public/erizo.js
extras/basic_example/nuve.js
extras/basic_example/public/lib/
Loading

0 comments on commit f2e0ccf

Please sign in to comment.