Package: node-mysticatea-eslint-plugin / 12.0.0~ds-2

Metadata

Package Version Patches format
node-mysticatea-eslint-plugin 12.0.0~ds-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
2001_privacy.patch | (download)

README.md | 6 0 + 6 - 0 !
1 file changed, 6 deletions(-)

 avoid privacy breach in documentation
2002_scripts_no_eslint.patch | (download)

scripts/generate-browser-globals.js | 6 1 + 5 - 0 !
scripts/generate-configs.js | 5 0 + 5 - 0 !
scripts/generate-rules.js | 5 0 + 5 - 0 !
3 files changed, 1 insertion(+), 15 deletions(-)

 avoid use of eslint during build
2003_avoid_typescript.patch | (download)

lib/configs/_override-ts.js | 126 0 + 126 - 0 !
lib/configs/es5.js | 1 0 + 1 - 0 !
lib/foreign-rules/ts.js | 14 0 + 14 - 0 !
tests/lib/configs/ts.js | 19 0 + 19 - 0 !
4 files changed, 160 deletions(-)

 avoid node module typescript
2004_avoid_vue.patch | (download)

lib/configs/_override-vue.js | 130 0 + 130 - 0 !
lib/configs/es5.js | 1 0 + 1 - 0 !
lib/foreign-rules/vue.js | 7 0 + 7 - 0 !
tests/lib/configs/vue.js | 19 0 + 19 - 0 !
4 files changed, 157 deletions(-)

 avoid node module eslint-plugin-vue
2005_avoid_eslint plugin eslint comments.patch | (download)

lib/configs/_base.js | 24 0 + 24 - 0 !
lib/foreign-rules/eslint-comments.js | 9 0 + 9 - 0 !
tests/lib/configs/es5.js | 1 0 + 1 - 0 !
3 files changed, 34 deletions(-)

 avoid node module eslint-plugin-eslint-comments
2006_avoid_prettier.patch | (download)

lib/configs/_base.js | 13 0 + 13 - 0 !
lib/configs/_override-2017.js | 14 1 + 13 - 0 !
lib/foreign-rules/prettier.js | 4 0 + 4 - 0 !
lib/rules/no-useless-rest-spread.js | 2 0 + 2 - 0 !
lib/rules/prefer-for-of.js | 2 0 + 2 - 0 !
tests/lib/configs/es5.js | 3 1 + 2 - 0 !
6 files changed, 2 insertions(+), 36 deletions(-)

 avoid node module eslint-plugin-prettier