Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

objectfoo/eslint-config-objectfoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
	}
};

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published