0.1.10 • Published 2 years ago

@suimenkathemove/eslint-config v0.1.10

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

ESLint config

npm version

@suimenkathemove's ESLint configuration file.

Installation

yarn add -D @suimenkathemove/eslint-config

Usage

.eslintrc.js

module.exports = {
  extends: ["@suimenkathemove/eslint-config"],
};