mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: use fork-ts-checker plugin for eslint check (#25631)
* Use fork-ts-checker for eslint check * Fix lint issue * Add packages to lint * Add comments to webpack configs
This commit is contained in:
@@ -6,7 +6,7 @@ const pull = require('lodash/pull');
|
||||
let dependencies = Object.keys(pkg.dependencies);
|
||||
// remove jquery so we can add it first
|
||||
// remove rxjs so we can only depend on parts of it in code
|
||||
pull(dependencies, 'jquery', 'rxjs')
|
||||
pull(dependencies, 'jquery', 'rxjs');
|
||||
|
||||
// add jquery first
|
||||
dependencies.unshift('jquery');
|
||||
|
||||
Reference in New Issue
Block a user