提交 7dcec4c5 编写于 作者: R Ricardo Cabello

Merge pull request #6845 from gero3/codestyle2

Codestyle
......@@ -26,5 +26,8 @@
"bugs": {
"url": "https://github.com/mrdoob/three.js/issues"
},
"homepage": "http://threejs.org/"
"homepage": "http://threejs.org/",
"devDependencies": {
"jscs": "^1.13.1"
}
}
jscs "../../src" --fix --preset=mdcs
jscs "../../examples/js" --fix --preset=mdcs
{
"preset": "mdcs",
"excludeFiles": [
"build/**",
"docs/**",
"editor/**",
"examples/**",
"node_modules/**",
"test/**",
"utils/**"
]
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册