1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 22:41:28 +02:00

[ticket/13898] Moved jshint and jscs rcs to correct dir.

PHPBB3-13898
This commit is contained in:
Callum Macrae
2015-05-31 13:50:48 +02:00
parent 27a70f573f
commit cfbd051d52
2 changed files with 0 additions and 0 deletions

24
.jshintrc Normal file
View File

@@ -0,0 +1,24 @@
{
"bitwise": true,
"curly": true,
"eqeqeq": true,
"es3": true,
"forin": false,
"freeze": true,
"newcap": true,
"noarg": true,
"noempty": true,
"nonbsp": true,
"undef": true,
"unused": true,
"strict": true,
"browser": true,
"devel": true,
"jquery": true,
"globals": {
"JSON": true
}
}