UNPKG

zephjs-router

Version:

A simple router element for targeting portions of your webpage at specific content based on the URL.

35 lines (33 loc) 503 B
"use strict"; module.exports = { "extends": "eslint:recommended", parserOptions: { sourceType: "module", ecmaVersion: 8 }, env: { browser: true, es6: true, mocha: true }, rules: { "no-self-assign": [ "off" ], indent: [ "error", "tab", { "SwitchCase": 1 } ], semi: [ "error", "always" ], "require-await": [ "error" ], "no-constant-condition": [ "off" ] } };