1.2.1 • Published 2 years ago

@mobajl/eslint-config v1.2.1

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

@mobajl/eslint-config

ESLint configuration for Mobajl.

Usage

$ yarn add -D @mobajl/eslint-config

Add .eslintrc.js:

module.exports = {
	extends: ['@mobajl/eslint-config'],
	// Project specific configuration...
}