mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
chore(quality-tools): 🔧 Aggiunto plugin di Mithril a ESLint
This commit is contained in:
@@ -11,7 +11,8 @@
|
|||||||
],
|
],
|
||||||
"extends": [
|
"extends": [
|
||||||
"airbnb-base",
|
"airbnb-base",
|
||||||
"plugin:flowtype/recommended"
|
"plugin:flowtype/recommended",
|
||||||
|
"plugin:mithril/recommended"
|
||||||
],
|
],
|
||||||
"globals": {
|
"globals": {
|
||||||
"Atomics": "readonly",
|
"Atomics": "readonly",
|
||||||
@@ -37,6 +38,7 @@
|
|||||||
],
|
],
|
||||||
"class-methods-use-this": "off",
|
"class-methods-use-this": "off",
|
||||||
"flowtype/no-types-missing-file-annotation": "off",
|
"flowtype/no-types-missing-file-annotation": "off",
|
||||||
"no-underscore-dangle": "off"
|
"no-underscore-dangle": "off",
|
||||||
|
"mithril/jsx-no-target-blank": "off"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -31,6 +31,7 @@
|
|||||||
"eslint-config-airbnb-base": "^14.2.1",
|
"eslint-config-airbnb-base": "^14.2.1",
|
||||||
"eslint-plugin-flowtype": "^5.8.2",
|
"eslint-plugin-flowtype": "^5.8.2",
|
||||||
"eslint-plugin-import": "^2.23.4",
|
"eslint-plugin-import": "^2.23.4",
|
||||||
|
"eslint-plugin-mithril": "^0.2.0",
|
||||||
"extract-text-webpack-plugin": "^3.0.2",
|
"extract-text-webpack-plugin": "^3.0.2",
|
||||||
"flow-bin": "^0.156.0",
|
"flow-bin": "^0.156.0",
|
||||||
"laravel-mix": "^6.0.27",
|
"laravel-mix": "^6.0.27",
|
||||||
|
Reference in New Issue
Block a user