mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
updated bunch of file paths and changed the way posts are loaded
This commit is contained in:
17
node_modules/addressparser/.jshintrc
generated
vendored
Normal file
17
node_modules/addressparser/.jshintrc
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"indent": 4,
|
||||
"node": true,
|
||||
"globalstrict": true,
|
||||
"evil": true,
|
||||
"unused": true,
|
||||
"undef": true,
|
||||
"newcap": true,
|
||||
"esnext": true,
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
|
||||
"predef": [
|
||||
"describe",
|
||||
"it"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user