@safestack/eslint-config
v1.0.0
Published
Basic eslint config for typescript-driven nodejs and frontend projects
Downloads
11
Readme
eslint-config
Opinionated eslint config for typescript driven nodejs and frontend projects
Installation
npm i -D @safestack/eslint-config
yarn add --dev @safestack/eslint-config
pnpm install --dev @safestack/eslint-configCreate a .eslintrc.js file in the root directory of your project and add the following content:
const baseConfig = require('@safestack/eslint-config')
module.exports = baseConfig