2.2.6 • Published 4 months ago

@unchainedsky/eslint-config v2.2.6

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

@unchainedsky/eslint-config NPM version

ESLint shareable flat config used by Unchained-Sky

Installation

Requires eslint@>=9

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

Usage

Export in your eslint.config.js file

import eslintConfig from '@unchainedsky/eslint-config'
export default eslintConfig

To add custom rules, spread the config

import eslintConfig from '@unchainedsky/eslint-config'
export default [
 ...eslintConfig,
 {
  rules: {
   'semi': ['always', 'warn']
  }
 }
]
2.2.6

4 months ago

2.2.3

7 months ago

2.2.5

7 months ago

2.2.4

7 months ago

2.2.1

9 months ago

2.2.2

9 months ago

2.2.0

9 months ago

2.1.1

10 months ago

2.0.2

10 months ago

2.1.0

10 months ago

2.0.1

10 months ago

2.0.0

10 months ago

1.1.0

2 years ago

1.0.0

2 years ago