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

1.4.16 • 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'],
    },
})

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.4.1661latest

Version History

VersionDownloads (Last 7 Days)Published
1.4.1661
1.4.150
1.4.143
1.4.130
1.4.120
1.4.110
1.4.100
1.4.90
1.4.80
1.4.70
1.4.60
1.4.50
1.4.40
1.4.30
1.4.20
1.4.10
1.4.00
1.3.10
1.3.00
1.2.20
1.2.00
1.1.00
1.0.20
1.0.10
1.0.00
0.0.90
0.0.83
0.0.70
0.0.60
0.0.41
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i @taiyuuki/eslint-config

Weekly Downloads

65

Version

1.4.16

License

MIT

Unpacked Size

30.7 kB

Total Files

5

Last publish

Collaborators

  • taiyuuki