@powerfulyang/lint
TypeScript icon, indicating that this package has built-in type declarations

3.7.0 • Public • Published

lint

A collection of configuration files containing prettier, eslint, stylelint

Install

npm install --save-dev @powerfulyang/lint

eslint

Copy the following configuration to your project root directory .eslintrc.js.

const { eslint } = require('@powerfulyang/lint');

module.exports = {
  ...eslint,
};

prettier

Copy the following configuration to your project root directory .prettierrc.js.

const { prettier } = require('@powerfulyang/lint');

module.exports = {
  ...prettier,
};

stylelint

Copy the following configuration to your project root directory .stylelintrc.js.

const { stylelint } = require('@powerfulyang/lint');

module.exports = {
  ...stylelint,
};

/@powerfulyang/lint/

    Package Sidebar

    Install

    npm i @powerfulyang/lint

    Weekly Downloads

    5

    Version

    3.7.0

    License

    MIT

    Unpacked Size

    19.6 kB

    Total Files

    12

    Last publish

    Collaborators

    • powerfulyang