nes-lokijs-repository-plugin
Version:
Network Event Simulator LokiJS plugin
46 lines (45 loc) • 759 B
Plain Text
{
"node": true,
"browser": true,
"esversion": 6,
"bitwise": false,
"camelcase": false,
"curly": false,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "single",
"regexp": true,
"undef": true,
"unused": false,
"strict": false,
"trailing": true,
"smarttabs": false,
"freeze": true,
"lastsemic": true,
"asi": false,
"globals": {
"mocha": true
},
"predef": [
"define",
"require",
"exports",
"module",
"describe",
"before",
"beforeEach",
"after",
"afterEach",
"it",
"inject",
"expect"
],
"maxdepth": 3,
"indent": 4,
"devel": true,
"noempty": true,
"maxlen": 100
}