1.0.2 • Published 6 years ago

eslint-config-objectfoo v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

eslint-config-objectfoo-standard

standardjs with the following exceptions:

module.exports = {
	extends: [
		'standard',
		'standard-jsx'
	],
	rules: {
		'semi': [2, 'always'],
		'indent': ['error', 'tab', {'SwitchCase': 1}],
		'no-tabs': 0,
		"react/jsx-indent": "Tab",
		"react/jsx-indent-props": "Tab"
	}
};