3.0.0 • Published 11 months ago

eslint-config-mta v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

eslint-config-mta

Build and Lint

An ESLint Shareable Config for JavaScript Mta Style.

install

$ npm install eslint-config-mta

config

add mta to .eslintrc file:

{
	extends: [
		'mta',
		// other extends
	]
}