eslint-config-aeriaui
v0.0.11
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
63
Readme
eslint-config-aeriaui
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-aeriaui
- Create a
eslint.config.js
file in the root of your project containing the following:
// eslint.config.js
import aeriaUi from 'eslint-config-aeriaui'
export default aeriaUi