@taiyuuki/eslint-config
TypeScript icon, indicating that this package has built-in type declarations

1.4.14 • Public • Published

Usage

pnpm i @taiyuuki/eslint-config -D
// eslint.config.mjs
import tyk_config from '@taiyuuki/eslint-config'

export default tyk_config({
    indent: 2, // default 4
    ts: true, // default false
    vue: true, // default false
    markdown: false, // default true
    json: false, // default true
    ignores: ['scripts/**'],
    rules: {
        
        // custom rules
        curly: ['error'],
    },
})

Readme

Keywords

none

Package Sidebar

Install

npm i @taiyuuki/eslint-config

Weekly Downloads

9

Version

1.4.14

License

MIT

Unpacked Size

30.3 kB

Total Files

5

Last publish

Collaborators

  • taiyuuki