1.0.0 • Published 4 years ago

lint-staged-config-jakoblierman v1.0.0

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

lint-staged-config-jakoblierman

Personal, almost zero-config lint-staged configuration.

Installation

npm install --save-dev lintstaged-config-jakoblierman
yarn add --dev lintstaged-config-jakoblierman

Usage

.lintstagedrc.js

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

Arguments

languages Optional

Allowed languages to lint

Type: String[]

Default:

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

License

MIT