@shun-shobon/eslint-config
v1.0.1
Published
shun-shobon's ESLint config
Readme
@shun-shobon/eslint-config
Shared ESLint config for shun-shobon's web projects.
Installation
eslint is a peer dependency and must be installed in your project.
# If you use npm
npm install --save-dev @shun-shobon/eslint-config eslint
# If you use yarn
yarn add --dev @shun-shobon/eslint-config eslint
# If you use pnpm
pnpm add --save-dev @shun-shobon/eslint-config eslintUsage
import { shun_shobon } from "@shun-shobon/eslint-config";
export default shun_shobon();