eslint-config-pobedit

0.0.5 • Public • Published

eslint-config-pobedit

ESLint configuration

Installation

npm

npm install eslint-config-pobedit

or

package.json

"devDependencies": {
	"eslint-config-pobedit": "^0.x"
}

Usage

.eslintrc.js

module.exports = {
	extends: [
		'eslint-config-pobedit'
	],

	'env': {
		'node': true,
		'es6' : true
	},

	'parserOptions': {
		'ecmaVersion': 6
	},

	rules: {
		/* Your ESLint rules */
	}
};

Links

ESLint rules

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-pobedit

Weekly Downloads

1

Version

0.0.5

License

MIT

Last publish

Collaborators

  • monolithed