File tree Expand file tree Collapse file tree 3 files changed +1
-13
lines changed
Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -35,29 +35,21 @@ const base = {
3535} ;
3636/** @type {import('webpack').Configuration[] } */
3737export default [
38- {
39- ...base ,
40- entry : {
41- 'eslint-scope' : resolve ( './eslint-scope.js' )
42- }
43- } ,
4438 {
4539 ...base ,
4640 entry : {
4741 'svelte-eslint-parser' : resolve ( './svelte-eslint-parser.js' )
4842 } ,
4943 externals : {
5044 'svelte/compiler' : '$$inject_svelte_compiler$$' ,
51- espree : '$$inject_espree$$' ,
52- 'eslint-scope' : '$$inject_eslint_scope$$'
45+ espree : '$$inject_espree$$'
5346 } ,
5447 plugins : [
5548 new WrapperPlugin ( {
5649 test : / s v e l t e - e s l i n t - p a r s e r \. j s / ,
5750 header : `
5851 import * as $$inject_svelte_compiler$$ from 'svelte/compiler';
5952 import $$inject_espree$$ from 'espree';
60- import $$inject_eslint_scope$$ from 'eslint-scope';
6153 `
6254 } )
6355 ]
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ const config = {
2121 assert : resolve ( './build-system/shim/assert.js' ) ,
2222 path : resolve ( './build-system/shim/path.js' ) ,
2323 fs : resolve ( './build-system/shim/fs.js' ) ,
24- 'eslint-scope' : resolve ( './build-system/shim/eslint-scope.js' ) ,
2524 'svelte-eslint-parser' : resolve ( './build-system/shim/svelte-eslint-parser.js' ) ,
2625 'eslint-plugin-svelte3' : resolve ( './build-system/shim/eslint-plugin-svelte3.js' )
2726 }
You can’t perform that action at this time.
0 commit comments