File ".eslintrc.json"
Full path: /usr/home/mndrn/domains/mndrn.ru/public_html/block-hill/blockly/tests/mocha/.eslintrc.json
File size: 2.47 KiB (2526 bytes)
MIME-type: application/json
Charset: utf-8
{
"parser": "babel-eslint",
"env": {
"browser": true,
"mocha": true
},
"globals": {
"chai": false,
"sinon": false,
"addBlockTypeToCleanup": true,
"addMessageToCleanup": true,
"assertArrayEquals": true,
"assertDeprecationWarningCall": true,
"assertEventEquals": true,
"assertEventFired": true,
"assertEventNotFired": true,
"assertNthCallEventArgEquals": true,
"assertSingleDeprecationWarningCall": true,
"assertVariableValues": true,
"assertNoWarnings": true,
"assertWarnings": true,
"captureWarnings": true,
"createDeprecationWarningStub": true,
"createRenderedBlock": true,
"createTestBlock": true,
"defineBasicBlockWithField": true,
"defineRowBlock": true,
"defineStackBlock": true,
"defineStatementBlock": true,
"dispatchPointerEvent": true,
"createFireChangeListenerSpy": true,
"createGenUidStubWithReturns": true,
"getBasicToolbox": true,
"getCategoryJSON": true,
"getChildItem": true,
"getCollapsibleItem": true,
"getDeeplyNestedJSON": true,
"getInjectedToolbox": true,
"getNonCollapsibleItem": true,
"getSeparator": true,
"getSimpleJSON": true,
"getXmlArray": true,
"sharedTestSetup": true,
"sharedTestTeardown": true,
"simulateClick": true,
"testAWorkspace": true,
"testHelpers": true,
"workspaceTeardown": true
},
"rules": {
"no-unused-vars": ["off"],
"es5/no-arrow-functions": ["off"],
"es5/no-binary-and-octal-literals": ["off"],
"es5/no-block-scoping": ["off"],
"es5/no-classes": ["off"],
"es5/no-computed-properties": ["off"],
"es5/no-default-parameters": ["off"],
"es5/no-destructuring": ["off"],
"es5/no-es6-methods": ["off"],
"es5/no-es6-static-methods": ["off"],
"es5/no-for-of": ["off"],
"es5/no-generators": ["off"],
"es5/no-modules": ["off"],
"es5/no-object-super": ["off"],
"es5/no-rest-parameters": ["off"],
"es5/no-shorthand-properties": ["off"],
"es5/no-spread": ["off"],
"es5/no-template-literals": ["off"],
"es5/no-typeof-symbol": ["off"],
"es5/no-unicode-code-point-escape": ["off"],
"es5/no-unicode-regex": ["off"]
},
"extends": "../../.eslintrc.json"
}