eslint-config-taro-ts-style
v1.7.0
Published
eslint config for taro, typescript and jsx styles
Downloads
2
Maintainers
Readme
eslint-config-taro-ts-style
eslint config with taro, typescript and no-inline-styles
Install
npm i eslint-config-taro-ts-style -D
peer install, you can copy this on your package.json
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"eslint": "^7.13.0",
"eslint-config-taro": "^3.4.3",
"typescript": "^3.8.3"
Eslintrc
edit .eslintrc.js
extends: ['taro-ts-style'],