react-dynamic-form-maker
Advanced tools
+1
-1
| { | ||
| "name": "react-dynamic-form-maker", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "description": "dynamic-form for react", | ||
@@ -5,0 +5,0 @@ "main": "index.min.js", |
-37
| module.exports = { | ||
| extends: ['alloy', 'alloy/react', 'alloy/typescript'], | ||
| parserOptions: { | ||
| ecmaVersion: 2018, | ||
| sourceType: 'module', | ||
| ecmaFeatures: { | ||
| jsx: true | ||
| } | ||
| }, | ||
| plugins: ['jest'], | ||
| env: { | ||
| jest: true | ||
| }, | ||
| rules: { | ||
| indent: ['error', 2], | ||
| '@typescript-eslint/indent': 'off', | ||
| '@typescript-eslint/explicit-member-accessibility': 'off', | ||
| '@typescript-eslint/no-var-requires': 'off', | ||
| '@typescript-eslint/consistent-type-assertions': 'off', | ||
| '@typescript-eslint/typedef': 'off', | ||
| 'no-new-func': 'off', | ||
| '@typescript-eslint/no-empty-interface': 'off', | ||
| 'eol-last': 2, | ||
| quotes: [2, 'single'], | ||
| complexity: 'off', | ||
| '@typescript-eslint/no-this-alias': 'off', | ||
| '@typescript-eslint/no-require-imports': 'off', | ||
| '@typescript-eslint/prefer-optional-chain': 'off', | ||
| 'max-params': 'off', | ||
| 'no-trailing-spaces': [ | ||
| 'error', | ||
| { | ||
| skipBlankLines: true | ||
| } | ||
| ] | ||
| } | ||
| } |
48832
-1.92%8
-11.11%116
-24.18%