Remove dotfiles.

This commit is contained in:
mike.rode
2019-03-01 10:06:57 -05:00
parent ba06787a3b
commit 49fe00521e
5 changed files with 0 additions and 41 deletions
-8
View File
@@ -1,8 +0,0 @@
node_modules
npm-debug.log
.DS_Store
.nyc_output
bab.cache
test
src
coverage
-3
View File
@@ -1,3 +0,0 @@
{
"extends": "@istanbuljs/nyc-config-babel"
}
-1
View File
@@ -1 +0,0 @@
dist/
-21
View File
@@ -1,21 +0,0 @@
{
"arrowParens": "avoid",
"bracketSpacing": false,
"jsxBracketSameLine": false,
"printWidth": 80,
"proseWrap": "preserve",
"requirePragma": false,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false,
"overrides": [
{
"files": "*.json",
"options": {
"printWidth": 200
}
}
]
}
-8
View File
@@ -1,8 +0,0 @@
var path = require('path')
module.exports = {
config: path.resolve('server', 'db', 'config', 'config.json'),
'models-path': path.resolve('server', 'db', 'models'),
'seeders-path': path.resolve('server', 'db', 'seeders'),
'migrations-path': path.resolve('server', 'db', 'migrations')
}