1.0.12 • Published 11 months ago

@aplus-frontend/eslint-config v1.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

eslint config preset for aplus frontend team.

NPM Version NPM Downloads NPM License

Install

pnpm add @aplus-frontend/eslint-config -w

Basic Usage

you write the following code in your .eslintrc.cjs file

const { defineConfig } = require('eslint-define-config');
module.exports = defineConfig({
  extends: ['@aplus-frontend/eslint-config']
});