@eslint-aeria/config-ui
v0.0.5
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
92
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.jsfile in the root of your project containing the following:
// eslint.config.js
import aeriaUi from 'eslint-config-aeriaui'
export default aeriaUi