Skip to content

nextlevelorg/eslint-config-aeriaui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published