mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07:03 +03:00
Optimize building process
This commit is contained in:
parent
f8a131e3bc
commit
35ef89c2a6
119 changed files with 18026 additions and 221 deletions
18
vendors/lightgallery/.jshintrc
vendored
Normal file
18
vendors/lightgallery/.jshintrc
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"node": true,
|
||||
"browser": true,
|
||||
"esnext": true,
|
||||
"bitwise": true,
|
||||
"camelcase": true,
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"immed": true,
|
||||
"indent": 4,
|
||||
"latedef": true,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"quotmark": "single",
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
"strict": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue