Clean house
This commit is contained in:
parent
6d3f1dbf63
commit
b4836882c4
@ -15,7 +15,6 @@
|
||||
"babel-preset-es2015-rollup": "3.0.0",
|
||||
"babel-preset-stage-0": "6.16.0",
|
||||
"eslint": "3.12.2",
|
||||
"eslint-plugin-flowtype": "2.29.1",
|
||||
"jasmine": "^2.5.3",
|
||||
"rimraf": "2.5.4",
|
||||
"rollup-plugin-babel": "^2.7.1",
|
||||
|
||||
@ -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
|
||||
@ -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': [
|
||||
]
|
||||
}
|
||||
1
packages/trimkit/.gitattributes
vendored
1
packages/trimkit/.gitattributes
vendored
@ -1 +0,0 @@
|
||||
* text=auto
|
||||
3
packages/trimkit/.gitignore
vendored
3
packages/trimkit/.gitignore
vendored
@ -1,3 +0,0 @@
|
||||
node_modules
|
||||
dist
|
||||
lib
|
||||
@ -36,9 +36,7 @@
|
||||
"babel-preset-es2015-rollup": "3.0.0",
|
||||
"babel-preset-stage-0": "6.16.0",
|
||||
"eslint": "3.2.0",
|
||||
"eslint-plugin-flowtype": "2.29.1",
|
||||
"rimraf": "2.5.4",
|
||||
"rollup-plugin-babel": "2.7.1",
|
||||
"rollup-plugin-json": "2.1.0",
|
||||
"uglifyjs": "2.4.10"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user