Skip to content

eslint 1.0.0

Install from the command line:
Learn more about npm packages
$ npm install @annybs/eslint@1.0.0
Install via package.json:
"@annybs/eslint": "1.0.0"

About this version

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.

Details


Assets

  • eslint-1.0.0.tgz

Download activity

  • Total downloads 64
  • Last 30 days 2
  • Last week 0
  • Today 0

Recent versions

View all