Small fixes

This commit is contained in:
RainLoop Team 2015-10-19 21:41:38 +04:00
parent 8ed2791196
commit d5bafd8f9b
135 changed files with 46 additions and 4495 deletions

View file

@ -0,0 +1,30 @@
{
"asi": false,
"browser": true,
"curly": true,
"debug": false,
"devel": true,
"eqeqeq": false,
"es3": true,
"evil": true,
"expr": true,
"maxparams": 5,
"maxdepth": 3,
"maxstatements": 20,
"maxcomplexity": 12,
"proto": true,
"regexdash": true,
"strict": false,
"scripturl": true,
"sub": true,
"trailing": true,
"undef": true,
"predef" : [
"exports",
"phantom",
"window",
"require",
"CKEDITOR"
]
}

View file

@ -0,0 +1,8 @@
language: node_js
node_js:
- 0.11
before_script:
- npm install -g grunt-cli
cache:
directories:
- node_modules

4
vendors/svg4everybody/.editorconfig vendored Normal file
View file

@ -0,0 +1,4 @@
[*]
end_of_line = lf
indent_style = tab
insert_final_newline = true

3
vendors/svg4everybody/.jshintrc vendored Normal file
View file

@ -0,0 +1,3 @@
{
"strict": false
}