first commit
This commit is contained in:
22
build/node_modules/phantomjs-prebuilt/.eslintrc
generated
vendored
Normal file
22
build/node_modules/phantomjs-prebuilt/.eslintrc
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"rules": {
|
||||
"no-console": 0,
|
||||
"quotes": [
|
||||
2,
|
||||
"single"
|
||||
],
|
||||
"linebreak-style": [
|
||||
2,
|
||||
"unix"
|
||||
],
|
||||
"semi": [
|
||||
2,
|
||||
"never"
|
||||
]
|
||||
},
|
||||
"env": {
|
||||
"node": true,
|
||||
"phantomjs": true
|
||||
},
|
||||
"extends": "eslint:recommended"
|
||||
}
|
||||
Reference in New Issue
Block a user