Commit 965b9fc6 authored by 15김건우's avatar 15김건우

update package settings

parent e5ed9d7c
{
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018
},
"rules": {
"no-console": "off"
}
}
\ No newline at end of file
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"node": true,
"jquery": true
},
"extends": "eslint:recommended",
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly",
"$": true
},
"parserOptions": {
"ecmaVersion": 2018
},
"rules": {
"no-console": "off"
}
}
node_modules
\ No newline at end of file
node_modules
.vscode
\ No newline at end of file
......@@ -3,7 +3,8 @@
"description": "Remote control for your ar-drone via your browser",
"version": "0.1.0",
"scripts": {
"start": "node server.js"
"start": "node server.js",
"lint": "eslint --fix"
},
"dependencies": {
"ar-drone": "git://github.com/felixge/node-ar-drone.git#ccc1e53dea91a9309be034d706235d7e8763065a",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment