Skip to content
Snippets Groups Projects
Select Git revision
  • 652e00f98cde3ca05999f929bc2e89b7eed2cd58
  • master default
  • neil
  • hpgl
  • sw-shawn-liu
  • ppa
  • fran
  • trotec-port
  • fs-hotfix
  • jake
  • ml-mods
  • fabmo-app
12 results

.eslintrc

Blame
  • .eslintrc 156 B
    {
    	"root": true,
    
    	"extends": "@ljharb",
    
    	"rules": {
    		"id-length": [2, { "min": 1, "max": 35 }],
    		"max-params": [2, 4],
    		"max-statements": [2, 13]
    	}
    }