Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 484 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 484 Bytes

Aneurin's ESLint config

.eslint.config.js

These are just my preferences. Yours are absolutely fine too, but these are mine.

Usage:

  1. Install this package to your project, along with peer dependencies:
npm i -D @annybs/eslint
  1. Add the following to your eslint.config.js file:
const annybs = require('@annybs/eslint')

module.exports = [...annybs]
  1. For bonus points, copy .editorconfig to your project too.