steplix-cache
Version:
Steplix Cache is a Node.js cache helper.
26 lines (25 loc) • 532 B
YAML
env:
es6: true
node: true
extends:
- standard
globals:
Atomics: readonly
SharedArrayBuffer: readonly
# Prevent tests broken undefined global variables
beforeEach: readonly
afterEach: readonly
before: readonly
after: readonly
describe: readonly
expect: readonly
it: readonly
parserOptions:
ecmaVersion: 2018
sourceType: module
rules:
semi: [2, "always"]
quotes: [2, "single"]
indent: [2, 4]
comma-dangle: ["error", "only-multiline"]
brace-style: [2, "stroustrup", { "allowSingleLine": true }]