1 Star 0 Fork 0

xiechorg / node-sass

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 700 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nick Schonning 提交于 2020-09-27 18:47 . chore: Hoist test ESLint config
{
"env": {
"es6": true,
"node": true
},
"globals": {},
"extends": "eslint:recommended",
"overrides": [
{
"files": [
"test/**/*.js"
],
"env": {
"mocha": true
}
}
],
"rules": {
"no-bitwise": 2,
"curly": 2,
"eqeqeq": 2,
"no-unused-expressions": [
2,
{
"allowTernary": true
}
],
"wrap-iife": [
2,
"any"
],
"indent": [
2,
2,
{
"SwitchCase": 1
}
],
"linebreak-style": 2,
"no-multi-str": 2,
"new-cap": 2,
"no-caller": 2,
"quotes": [
2,
"single"
],
"semi": 2,
"block-scoped-var": 2
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiechorg/node-sass.git
git@gitee.com:xiechorg/node-sass.git
xiechorg
node-sass
node-sass
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891