eslint-config-aeria
v0.0.31
Published
Official [shareable ESLint configuration](https://eslint.org/docs/latest/extend/shareable-configs) for Aeria Framework, meant to keep code consistent and readable across projects. Read the source code to view all the rules.
Downloads
75
Readme
eslint-config-aeria
Official shareable ESLint configuration for Aeria Framework, meant to keep code consistent and readable across projects. Read the source code to view all the rules.
How to use it
- Install the dependencies:
$ npm install -D eslint eslint-config-aeria
- Create a
eslint.config.js
file in the root of your project containing the following:
// eslint.config.js
module.exports = [
require('eslint-config-aeria'),
]