Skip to content

Streamlined project linting: importable ESLint, Stylelint and Prettier configurations.

License

Notifications You must be signed in to change notification settings

bylapidist/linting

Repository files navigation

@lapidist/linting

GitHub Release GitHub Issues Build Status

Quickstart

npm install --save-dev @lapidist/linting

Extend your config in .eslintrc.js, .prettierrc.js and .stylelintrc.js as follows:

const { eslintConfig } = require('@lapidist/linting');
module.exports = eslintConfig;
const { prettierConfig } = require('@lapidist/linting');
module.exports = prettierConfig;
const { stylelintConfig } = require('@lapidist/linting');
module.exports = stylelintConfig;

License

@lapidist/linting is licensed under the MIT license. See LICENSE for the full text.

About

Streamlined project linting: importable ESLint, Stylelint and Prettier configurations.

Resources

License

Stars

Watchers

Forks