@aplus-frontend/eslint-config
v1.0.12
Published
eslint config preset for aplus team
Downloads
381
Readme
eslint config preset for aplus frontend team.
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']
});