@etherfe/eslint-plugin
0.1.4 • Public • Published eslint config extends
javascript
typescript
- plugin:@etherfe/typescript
vue
vue + typescript
- plugin:@etherfe/vue-typescript
- plugin:@etherfe/typescript
react
react + typescript
- plugin:@etherfe/react-typescript
- plugin:@etherfe/typescript
example:
js
extends: [
'plugin:@etherfe/base'
]
ts
extends: [
'plugin:@etherfe/typescript'
]
prettier
- plugin:@etherfe/prettier
- prettier
- plugin:prettier/recommended
vue-prettier
- plugin:@etherfe/prettier
- prettier
- prettier/vue
- plugin:prettier/recommended
prettier example:
js + prettier
extends: [
'plugin:@etherfe/base'
'plugin:@etherfe/prettier'
]
ts + prettier
extends: [
'plugin:@etherfe/typescript'
'plugin:@etherfe/prettier'
]
vue + prettier
extends: [
'plugin:@etherfe/vue'
'plugin:@etherfe/vue-prettier'
]
vue + ts + prettier
extends: [
'plugin:@etherfe/vue-typescript'
'plugin:@etherfe/vue-prettier'
]
Readme
Keywords
nonePackage Sidebar
Install
npm i @etherfe/eslint-plugin
Weekly Downloads