1.5.5 • Published 3 years ago
eslint-config-alziqziq v1.5.5
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 --devUsage
.eslintrc.js
module.exports = {
extends: ['alziqziq'],
};