UNPKG

hexo-multilang

Version:
36 lines 562 B
{ "env": { "es6": true, "node": true, "mocha": true }, "parserOptions": { "ecmaVersion": 2018, "ecmaFeatures": { "experimentalObjectRestSpread": true } }, "globals": { "hexo": true }, "extends": [ "eslint:recommended", "plugin:prettier/recommended" ], "plugins": [ "prettier", "json-format" ], "rules": { "prettier/prettier": [ "error", {}, { "usePrettierrc": true } ], "no-console": 1, "no-debugger": 1, "require-atomic-updates": 0 } }