github-pages-deploy-action/node_modules/eslint-config-prettier/unicorn.js

9 lines
133 B
JavaScript
Raw Normal View History

2020-03-07 11:45:40 +08:00
"use strict";
module.exports = {
rules: {
2020-03-31 20:40:00 +08:00
"unicorn/no-nested-ternary": "off",
2020-03-31 20:57:48 +08:00
"unicorn/number-literal-case": "off"
}
2020-03-07 11:45:40 +08:00
};