UNPKG

@clickpick/cra-template-vkma

Version:

The base VKMA template for Create React App.

19 lines (18 loc) 413 B
{ "extends": "@clickpick", "parserOptions": { "project": "./tsconfig.json", "ecmaVersion": 6, "sourceType": "module", "ecmaFeatures": { "jsx": true, "restParams": true, "spread": true } }, "rules": { "@typescript-eslint/no-magic-numbers": "off", "@typescript-eslint/no-unnecessary-condition": "off", "@typescript-eslint/no-floating-promises": "off" } }