diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 44d51d7..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [{ - "args": [ - "-u", - "bdd", - "--timeout", - "999999", - "--colors", - "${workspaceFolder}/test" - ], - "internalConsoleOptions": "openOnSessionStart", - "name": "Mocha Tests", - "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", - "request": "launch", - "skipFiles": [ - "/**" - ], - "type": "pwa-node" - } - - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index d77e544..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "beautify.language": { - - "js": { - "type": [ - "javascript", - "json", - "jsonc" - ], - "filename": [ - ".jshintrc", - ".jsbeautifyrc" - ] - }, - "css": [ - "css", - "less", - "scss" - ], - "html": [ - "htm", - "html" - ] - }, - "eslint.options": { - "configFile": "./config/.eslintrc.json" - }, - "beautify.config": "./config/.jsbeautifyrc" -} \ No newline at end of file diff --git a/config/.jsbeautifyrc b/config/.jsbeautifyrc deleted file mode 100644 index be57fd7..0000000 --- a/config/.jsbeautifyrc +++ /dev/null @@ -1,16 +0,0 @@ -{ - "html": { - "indent_size": 2, - "end_with_newline": true, - "wrap_attributes": "force" - }, - "xml": { - "indent_size": 2, - "end_with_newline": true, - "wrap_attributes": "force" - }, - "js": { - "indent_size": 2, - "brace_style": "collapse,preserve-inline" - } -} \ No newline at end of file