UNPKG

starh-comp-common

Version:

Libreria di componenti React specifica per la piattaforma StarH.

21 lines (20 loc) 403 B
{ "env": { "browser": true, "jest": true, "es6": true }, "plugins": ["import"], "extends": "react-app", "parserOptions": { "ecmaVersion": 2020, "sourceType": "module" }, "ignorePatterns": ["labels.yml"], "rules": { "no-console": ["warn", { "allow": ["error"] }], "no-eval": "error", "import/first": "error", "react-hooks/exhaustive-deps": "off" } }