3.0.1 • Published 2 months ago

@shoppingzh/eslint-config v3.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

eslint-config

我的eslint配置

安装

pnpm i -D @shoppingzh/eslint-config
yarn add -D @shoppingzh/eslint-config
npm i -D @shoppingzh/eslint-config

使用

eslint.config.js

import { javascript, stylistic, typescript, vue, } from '@shoppingzh/eslint-config'

export default [
  ...javascript(),
  ...stylistic(),
  ...typescript(),
  ...vue({
    typescript: true,
  }),
]
3.0.1

2 months ago

3.0.0

2 months ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.0

2 years ago