From b4836882c47ee83423d4d9056ed77157a6e9327d Mon Sep 17 00:00:00 2001 From: Timothy Farrell Date: Fri, 20 Jan 2017 22:51:08 -0600 Subject: [PATCH] Clean house --- packages/frptools/package.json | 1 - packages/trimkit/.editorconfig | 15 --------------- packages/trimkit/.eslintrc | 25 ------------------------- packages/trimkit/.gitattributes | 1 - packages/trimkit/.gitignore | 3 --- packages/trimkit/package.json | 2 -- 6 files changed, 47 deletions(-) delete mode 100644 packages/trimkit/.editorconfig delete mode 100644 packages/trimkit/.eslintrc delete mode 100644 packages/trimkit/.gitattributes delete mode 100644 packages/trimkit/.gitignore diff --git a/packages/frptools/package.json b/packages/frptools/package.json index d4b4f2b..823e38c 100644 --- a/packages/frptools/package.json +++ b/packages/frptools/package.json @@ -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", diff --git a/packages/trimkit/.editorconfig b/packages/trimkit/.editorconfig deleted file mode 100644 index 86c8f59..0000000 --- a/packages/trimkit/.editorconfig +++ /dev/null @@ -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 diff --git a/packages/trimkit/.eslintrc b/packages/trimkit/.eslintrc deleted file mode 100644 index 5bbdb80..0000000 --- a/packages/trimkit/.eslintrc +++ /dev/null @@ -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': [ - ] -} diff --git a/packages/trimkit/.gitattributes b/packages/trimkit/.gitattributes deleted file mode 100644 index 176a458..0000000 --- a/packages/trimkit/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -* text=auto diff --git a/packages/trimkit/.gitignore b/packages/trimkit/.gitignore deleted file mode 100644 index 468bb89..0000000 --- a/packages/trimkit/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -node_modules -dist -lib diff --git a/packages/trimkit/package.json b/packages/trimkit/package.json index 584094a..cc41a74 100644 --- a/packages/trimkit/package.json +++ b/packages/trimkit/package.json @@ -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" }