1.5.5 • Published 2 years ago

eslint-config-alziqziq-react v1.5.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

eslint-config-alziqziq-react

eslint config for javascript basic

Installation

# npm
npm i eslint-config-alziqziq-react --save-dev
# yarn
yarn add eslint-config-alziqziq-react --dev

Usage

.eslintrc.js

module.exports = {
  extends: ['alziqziq-react'],
};