remove script/eslint jsx glob
Change-Id: I8a7b72da8a5c6f97ad8c9a5540b3022436c270bc Reviewed-on: https://gerrit.instructure.com/106463 Tested-by: Jenkins Reviewed-by: Ryan Shaw <ryan@instructure.com> Product-Review: Ryan Shaw <ryan@instructure.com> QA-Review: Ryan Shaw <ryan@instructure.com>
This commit is contained in:
parent
1535331b3b
commit
daa519130f
|
@ -3,7 +3,7 @@ require_relative './linter'
|
|||
|
||||
linter_options = {
|
||||
linter_name: "eslint",
|
||||
file_regex: /\.jsx?$/,
|
||||
file_regex: /\.js$/,
|
||||
format: "eslint",
|
||||
command: "node_modules/.bin/eslint",
|
||||
campsite_mode: false,
|
||||
|
|
Loading…
Reference in New Issue