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:
Derek Bender 2017-03-27 12:54:17 -05:00
parent 1535331b3b
commit daa519130f
1 changed files with 1 additions and 1 deletions

View File

@ -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,