4.1.5 • Published 5 months ago

lint-staged-config-airlight v4.1.5

Weekly downloads
21
License
MIT
Repository
github
Last release
5 months ago

lint-staged-config-airlight

Almost zero-config lint-staged configuration

Deprecated

This package deprecated due of lefthook performance and flexibility

Installation

npm install lintstaged-config-airlight --save-dev
# or
yarn add lintstaged-config-airlight -D

Peer dependencies

For working properly, you may need one or all of these dependencies.

For more information about each dependencies, click to dependecy link to learn about configs, features and how they work

Usage

.lintstagedrc.js

module.exports = require('lintstaged-config-airlight')(languages?);

Arguments

languages Optional

Allowed languages to lint

Type: String[]

Default:

[
  'ts',
  'js',
  'tsx',
  'jsx',
  'json',
  'yml',
  'css',
  'scss',
  'sass',
  'less',
  'md',
  'dockerfile'
];

Rules

See config.js

License

MIT

4.1.5

5 months ago

4.1.4

1 year ago

4.1.3

1 year ago

4.1.0

1 year ago

4.1.2

1 year ago

4.1.1

1 year ago

4.0.4

1 year ago

4.0.6

1 year ago

4.0.3

2 years ago

4.0.2

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

3.0.5

3 years ago

3.0.4

3 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago