mirror of https://github.com/portainer/portainer
feat(webpack): remove eslint global config
parent
fbf24c88af
commit
bc45470eeb
|
@ -3,13 +3,6 @@ env:
|
||||||
jquery: true
|
jquery: true
|
||||||
node: true
|
node: true
|
||||||
|
|
||||||
globals:
|
|
||||||
angular: true
|
|
||||||
# $: true
|
|
||||||
# _: true
|
|
||||||
# moment: true
|
|
||||||
# filesize: true
|
|
||||||
# splitargs: true
|
|
||||||
extends:
|
extends:
|
||||||
- 'eslint:recommended'
|
- 'eslint:recommended'
|
||||||
|
|
||||||
|
@ -122,7 +115,7 @@ rules:
|
||||||
# no-unused-labels: off
|
# no-unused-labels: off
|
||||||
# no-useless-call: error
|
# no-useless-call: error
|
||||||
# no-useless-concat: error
|
# no-useless-concat: error
|
||||||
# no-useless-escape: off
|
no-useless-escape: off
|
||||||
# no-useless-return: off
|
# no-useless-return: off
|
||||||
# no-void: error
|
# no-void: error
|
||||||
# no-warning-comments: off
|
# no-warning-comments: off
|
||||||
|
|
Loading…
Reference in New Issue