1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-23 14:57:46 +01:00

chore(quality-tools): 🔧 Aggiunto plugin di Mithril a ESLint

This commit is contained in:
Maicol Battistini 2021-08-06 12:23:58 +02:00
parent d173915c14
commit d0296f2963
No known key found for this signature in database
GPG Key ID: 4FDB0F87CDB1D34A
2 changed files with 5 additions and 2 deletions

View File

@ -11,7 +11,8 @@
],
"extends": [
"airbnb-base",
"plugin:flowtype/recommended"
"plugin:flowtype/recommended",
"plugin:mithril/recommended"
],
"globals": {
"Atomics": "readonly",
@ -37,6 +38,7 @@
],
"class-methods-use-this": "off",
"flowtype/no-types-missing-file-annotation": "off",
"no-underscore-dangle": "off"
"no-underscore-dangle": "off",
"mithril/jsx-no-target-blank": "off"
}
}

View File

@ -31,6 +31,7 @@
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-flowtype": "^5.8.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-mithril": "^0.2.0",
"extract-text-webpack-plugin": "^3.0.2",
"flow-bin": "^0.156.0",
"laravel-mix": "^6.0.27",