1.0.2 • Published 7 months ago

@pamela-ui/eslint-config v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Design System | ESLint Config

:bulb: Description

This package is part of the Pamela UI Design System developed as part of a study project. It contains the main configuration for code formatting using ESLint v8 and the third-party plugin by Rocketseat, @rocketseat/eslint-config.

:rocket: Technologies

:hammer: Features

  • Create an ESLint configuration
  • Update ESLint to the latest version
  • Define a custom code formatting pattern
  • Remove the Rocketseat dependency

:heavy_check_mark: How to use

  • Install this package as a development dependency:
npm i @pamela-ui/eslint-config -D
  • Add a script to your package.json file:
"scripts": {
  // other scripts...
  "lint": "eslint src/**/*.ts* --fix"
},
  • Run the linter using:
npm run lint
1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

8 months ago