@lbenie/linting
TypeScript icon, indicating that this package has built-in type declarations

1.7.56 • Public • Published

@lbenie/linting

My personal opinionated linting configuration for eslint prettier and stylelint

Usage

Inside your project install the package

npm i -D @lbenie/linting

or

yarn add -D @lbenie/linting

Then create a eslint.config.js file at the root of your project and add the following

import rules from '@lbenie/linting/eslint';

export default [
  ...rules,
]

Then create a stylelint.config.cjs file at the root of your project and add the following

import rules from '@lbenie/linting/stylelint';

export default [
  ...rules,
]

Lucien Bénié

💻 📖

This project follows the all-contributors specification. Contributions of any kind welcome!

/@lbenie/linting/

    Package Sidebar

    Install

    npm i @lbenie/linting

    Weekly Downloads

    701

    Version

    1.7.56

    License

    MIT

    Unpacked Size

    8.91 kB

    Total Files

    5

    Last publish

    Collaborators

    • lbenie