Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 545 Bytes

File metadata and controls

21 lines (13 loc) · 545 Bytes

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

  1. Install the dependencies:
$ npm install -D eslint eslint-config-aeriaui
  1. 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