Clean house

This commit is contained in:
Timothy Farrell 2017-01-20 22:51:08 -06:00
parent 6d3f1dbf63
commit b4836882c4
6 changed files with 0 additions and 47 deletions

View File

@ -15,7 +15,6 @@
"babel-preset-es2015-rollup": "3.0.0", "babel-preset-es2015-rollup": "3.0.0",
"babel-preset-stage-0": "6.16.0", "babel-preset-stage-0": "6.16.0",
"eslint": "3.12.2", "eslint": "3.12.2",
"eslint-plugin-flowtype": "2.29.1",
"jasmine": "^2.5.3", "jasmine": "^2.5.3",
"rimraf": "2.5.4", "rimraf": "2.5.4",
"rollup-plugin-babel": "^2.7.1", "rollup-plugin-babel": "^2.7.1",

View File

@ -1,15 +0,0 @@
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[package.json]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false

View File

@ -1,25 +0,0 @@
{
'parser': 'babel-eslint',
'rules': {
'linebreak-style': [2, 'unix'],
'semi': [2, 'always'],
'no-console': 0,
'no-mixed-spaces-and-tabs': 2,
'indent': [2, 4],
'quotes': [2, 'single'],
'quote-props': [2, 'consistent-as-needed'],
'no-underscore-dangle': 0,
'arrow-body-style': 0,
},
'env': {
'es6': false,
'browser': true
},
'presets': [
'es2015'
],
'plugins': [
],
'whitelist': [
]
}

View File

@ -1 +0,0 @@
* text=auto

View File

@ -1,3 +0,0 @@
node_modules
dist
lib

View File

@ -36,9 +36,7 @@
"babel-preset-es2015-rollup": "3.0.0", "babel-preset-es2015-rollup": "3.0.0",
"babel-preset-stage-0": "6.16.0", "babel-preset-stage-0": "6.16.0",
"eslint": "3.2.0", "eslint": "3.2.0",
"eslint-plugin-flowtype": "2.29.1",
"rimraf": "2.5.4", "rimraf": "2.5.4",
"rollup-plugin-babel": "2.7.1",
"rollup-plugin-json": "2.1.0", "rollup-plugin-json": "2.1.0",
"uglifyjs": "2.4.10" "uglifyjs": "2.4.10"
} }