File tree Expand file tree Collapse file tree 5 files changed +17
-2
lines changed Expand file tree Collapse file tree 5 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 99 // NOTE(bajtos) we should eventually remove this override
1010 // and fix all of those 100+ violations
1111 "one-var": "off",
12- "no-unused-expressions": "off",
13- "strict": ["warn", "global"]
12+ "no-unused-expressions": "off"
1413 }
1514}
Original file line number Diff line number Diff line change 33// This file is licensed under the MIT License.
44// License text available at https://opensource.org/licenses/MIT
55
6+ // Turning on strict for this file breaks lots of test cases;
7+ // disabling strict for this file
8+ /* eslint-disable strict */
9+
610/*!
711 * Module exports class Model
812 */
Original file line number Diff line number Diff line change 33// This file is licensed under the MIT License.
44// License text available at https://opensource.org/licenses/MIT
55
6+ // Turning on strict for this file breaks lots of test cases;
7+ // disabling strict for this file
8+ /* eslint-disable strict */
9+
610/*!
711 * Module dependencies
812 */
Original file line number Diff line number Diff line change 33// This file is licensed under the MIT License.
44// License text available at https://opensource.org/licenses/MIT
55
6+ // Turning on strict for this file breaks lots of test cases;
7+ // disabling strict for this file
8+ /* eslint-disable strict */
9+
610/*!
711 * Module exports class Model
812 */
Original file line number Diff line number Diff line change 33// This file is licensed under the MIT License.
44// License text available at https://opensource.org/licenses/MIT
55
6+ // Turning on strict for this file breaks lots of test cases;
7+ // disabling strict for this file
8+ /* eslint-disable strict */
9+
610/*!
711 * Dependencies
812 */
You can’t perform that action at this time.
0 commit comments