1.5.0 • Published 1 year ago

@fckff/linter-rc v1.5.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

@fckff / Linter-RC

React linter library for your projects

Contents

Install

Install via npm

npm install -D @fckff/linter-rc

Install via pnpm

pnpm add -D @fckff/linter-rc

Usage

ESLint

  1. Create a .eslintrc.cjs file in the root directory of the project
  2. Importing files from libraries
// import settings
const react = module.require('@fckff/linter-rc/eslint');
// set config
module.exports = react();
  1. Setting up ESLint in the IDE

Prettier

  1. Create a .prettierrc.cjs file in the root directory of the project
  2. Importing files from libraries
// import settings
const react = module.require('@fckff/linter-rc/prettier');
// set config
module.exports = react;

License

LICENSE.md

❤ Thanks for patron me

1.5.0

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago