Licence
ISC
Version
1.9.0
Deps
3
Size
2 kB
Vulns
0
Weekly
0
eslint-config-alziqziq
eslint config for javascript basic
- airbnb-base
- jsdoc
- import
Installation
# npm
npm i eslint-config-alziqziq --save-dev
# yarn
yarn add eslint-config-alziqziq --dev
Usage
.eslintrc.js
module.exports = {
extends: ['alziqziq'],
};