1.5.5 • Published 10 months ago

eslint-config-alziqziq v1.5.5

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

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'],
};