Skip to content

πŸ»β€β„οΈπŸ“œ Noel's ESLint configuration for JavaScript, TypeScript, and Vue projects

License

Notifications You must be signed in to change notification settings

auguwu/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ»β€β„οΈπŸ“œ @augu/eslint-config

npm version Stars Build Size Workflow Status

@augu/eslint-config is Noel's ESLint configurations for JavaScript, TypeScript, and Vue.js projects

Usage

Important

As of v5.0.0, @augu/eslint-config has opted to use ESLint's new flat configurations.

Flat Config

const { default: noel } = require('@augu/eslint-config');
module.exports = noel();

.eslintrc.js/.eslintrc.json

As of v5, all RC files are removed from the package. Please use the new flat config.

License

@augu/eslint-config is released under the MIT License with love by Noel Towa! πŸ»β€β„οΈπŸ’œ