mirror of
https://github.com/mjrode/WhatToWatch.git
synced 2026-05-06 12:39:09 -05:00
Remove dotfiles.
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
node_modules
|
||||
npm-debug.log
|
||||
.DS_Store
|
||||
.nyc_output
|
||||
bab.cache
|
||||
test
|
||||
src
|
||||
coverage
|
||||
@@ -1 +0,0 @@
|
||||
dist/
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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')
|
||||
}
|
||||
Reference in New Issue
Block a user