2.2.6 • Published 5 months ago

@unchainedsky/eslint-config v2.2.6

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

5 months ago

2.2.3

8 months ago

2.2.5

8 months ago

2.2.4

8 months ago

2.2.1

10 months ago

2.2.2

10 months ago

2.2.0

10 months ago

2.1.1

11 months ago

2.0.2

11 months ago

2.1.0

11 months ago

2.0.1

11 months ago

2.0.0

11 months ago

1.1.0

2 years ago

1.0.0

2 years ago