20 Star 39 Fork 26

王元元 / springboot-activiti-maven

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 687 Bytes
一键复制 编辑 原始数据 按行查看 历史
王元元 提交于 2017-06-23 14:13 . init commit
// See: http://eslint.org/
// See: https://www.npmjs.com/package/eslint-plugin-angular
{
"extends": [
"eslint:recommended",
"angular"
],
"env": {
"node": true,
"browser": true
},
// severity for a rule should be one of the following: 0 = off, 1 = warning, 2 = error
"rules": {
// coding style
"wrap-iife": [2, "inside"],
"eqeqeq": 2,
"no-use-before-define": [2, "nofunc"],
"no-unused-vars": [2, {"vars": "local", "args": "none"}],
"no-multi-str": 2,
"no-irregular-whitespace": 2,
"semi": [2, "always"],
"indent": 2,
// os/git options
// we want to run on all OSes
"linebreak-style": 0,
"eol-last": 2
}
}
Java
1
https://gitee.com/wyy396731037/springboot-activiti-maven.git
git@gitee.com:wyy396731037/springboot-activiti-maven.git
wyy396731037
springboot-activiti-maven
springboot-activiti-maven
master

搜索帮助