diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1aad839..e06ff11 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ We're really glad you're reading this, because we need volunteer developers to help this project come to fruition. :clap: - If you want to know more about this project please check our [README.md](https://github.com/alexjoverm/tslint-config-prettier/blob/master/README.md).This project uses [semantic-release](https://github.com/semantic-release/semantic-release) to keep a clean CI/CD pipe. + If you want to know more about this project please check our [README.md](https://github.com/prettier/tslint-config-prettier/blob/master/README.md).This project uses [semantic-release](https://github.com/semantic-release/semantic-release) to keep a clean CI/CD pipe. So, you only will be required to follow [conventional-commit](https://github.com/commitizen/conventional-commit-types) messages. Everything else happens magically. @@ -23,4 +23,4 @@ Finally, Submit your changes by pull request :point_down:! ## Submitting changes -Please send a [GitHub Pull Request](https://github.com/alexjoverm/tslint-config-prettier/pull/new/master) with a clear list of what you've done (read more about [pull requests](http://help.github.com/pull-requests/)). When you send a pull request, we will love you forever if you include test and keep the coverage up, since checked when you submit a PR by our CI server. Make sure all of your commits are atomic (one feature per commit). +Please send a [GitHub Pull Request](https://github.com/prettier/tslint-config-prettier/pull/new/master) with a clear list of what you've done (read more about [pull requests](http://help.github.com/pull-requests/)). When you send a pull request, we will love you forever if you include test and keep the coverage up, since checked when you submit a PR by our CI server. Make sure all of your commits are atomic (one feature per commit). diff --git a/README.md b/README.md index 1d94222..70aef97 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,6 @@ Then, extend your `tslint.json`, and make sure `tslint-config-prettier` is **at - [tslint-immutable](https://github.com/jonaskello/tslint-immutable) - [tslint-microsoft-contrib](https://github.com/Microsoft/tslint-microsoft-contrib) - [tslint-misc-rules](https://github.com/jwbay/tslint-misc-rules) -- [tslint-plugin-ikatyang](https://github.com/ikatyang/tslint-plugin-ikatyang) - [tslint-react](https://github.com/palantir/tslint-react) - [vrsource-tslint-rules](https://github.com/vrsource/vrsource-tslint-rules) @@ -82,7 +81,7 @@ Then run `npm run tslint-check`. ### Contributing -Please read [CONTRIBUTING.md](https://github.com/alexjoverm/tslint-config-prettier/blob/master/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us. +Please read [CONTRIBUTING.md](https://github.com/prettier/tslint-config-prettier/blob/master/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us. ### Related @@ -90,4 +89,4 @@ Please read [CONTRIBUTING.md](https://github.com/alexjoverm/tslint-config-pretti ### Credits -Made with :heart: by [@alexjoverm](https://twitter.com/alexjoverm) and all its [contributors](https://github.com/alexjoverm/tslint-config-prettier/graphs/contributors) +Made with :heart: by [@alexjoverm](https://twitter.com/alexjoverm) and all its [contributors](https://github.com/prettier/tslint-config-prettier/graphs/contributors) diff --git a/package-lock.json b/package-lock.json index e6b1964..ff17fa9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -431,7 +431,6 @@ "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz", "integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=", "dev": true, - "optional": true, "requires": { "kind-of": "^3.0.2", "longest": "^1.0.1", @@ -6560,30 +6559,12 @@ "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", "dev": true }, - "lodash.camelcase": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", - "integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY=", - "dev": true - }, - "lodash.kebabcase": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz", - "integrity": "sha1-hImxyw0p/4gZXM7KRI/21swpXDY=", - "dev": true - }, "lodash.map": { "version": "4.6.0", "resolved": "https://registry.npmjs.org/lodash.map/-/lodash.map-4.6.0.tgz", "integrity": "sha1-dx7Hg540c9nEzeKLGTlMNWL09tM=", "dev": true }, - "lodash.snakecase": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz", - "integrity": "sha1-OdcUo1NXFHg3rv1ktdy7Fr7Nj40=", - "dev": true - }, "lodash.sortby": { "version": "4.7.0", "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", @@ -6596,12 +6577,6 @@ "integrity": "sha1-JMS/zWsvuji/0FlNsRedjptlZWE=", "dev": true }, - "lodash.upperfirst": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz", - "integrity": "sha1-E2Xt9DFIBIHvDRxolXpe2Z1J984=", - "dev": true - }, "longest": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz", @@ -8240,8 +8215,7 @@ "ansi-regex": { "version": "2.1.1", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "aproba": { "version": "1.2.0", @@ -8262,14 +8236,12 @@ "balanced-match": { "version": "1.0.0", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, "dev": true, - "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -8284,20 +8256,17 @@ "code-point-at": { "version": "1.1.0", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "concat-map": { "version": "0.0.1", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "console-control-strings": { "version": "1.1.0", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "core-util-is": { "version": "1.0.2", @@ -8414,8 +8383,7 @@ "inherits": { "version": "2.0.3", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "ini": { "version": "1.3.5", @@ -8427,7 +8395,6 @@ "version": "1.0.0", "bundled": true, "dev": true, - "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -8442,7 +8409,6 @@ "version": "3.0.4", "bundled": true, "dev": true, - "optional": true, "requires": { "brace-expansion": "^1.1.7" } @@ -8450,14 +8416,12 @@ "minimist": { "version": "0.0.8", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "minipass": { "version": "2.2.4", "bundled": true, "dev": true, - "optional": true, "requires": { "safe-buffer": "^5.1.1", "yallist": "^3.0.0" @@ -8476,7 +8440,6 @@ "version": "0.5.1", "bundled": true, "dev": true, - "optional": true, "requires": { "minimist": "0.0.8" } @@ -8557,8 +8520,7 @@ "number-is-nan": { "version": "1.0.1", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "object-assign": { "version": "4.1.1", @@ -8570,7 +8532,6 @@ "version": "1.4.0", "bundled": true, "dev": true, - "optional": true, "requires": { "wrappy": "1" } @@ -8656,8 +8617,7 @@ "safe-buffer": { "version": "5.1.1", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "safer-buffer": { "version": "2.1.2", @@ -8693,7 +8653,6 @@ "version": "1.0.2", "bundled": true, "dev": true, - "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -8713,7 +8672,6 @@ "version": "3.0.1", "bundled": true, "dev": true, - "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -8757,14 +8715,12 @@ "wrappy": { "version": "1.0.2", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "yallist": { "version": "3.0.2", "bundled": true, - "dev": true, - "optional": true + "dev": true } } }, @@ -10117,20 +10073,6 @@ "detect-newline": "^2.1.0" } }, - "tslint-plugin-ikatyang": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/tslint-plugin-ikatyang/-/tslint-plugin-ikatyang-1.1.1.tgz", - "integrity": "sha512-D6vvaHNiPcWh5s1zfdE489JuDwBYI/wBsWoB++TXDIrl05Sr7ADUuZnARe67exfkalu1pRuY6qQp6M61SjbUsQ==", - "dev": true, - "requires": { - "lodash.camelcase": "^4.3.0", - "lodash.kebabcase": "^4.1.1", - "lodash.snakecase": "^4.1.1", - "lodash.upperfirst": "^4.3.1", - "tslib": "^1.7.1", - "tsutils": "^2.8.0" - } - }, "tslint-react": { "version": "3.5.1", "resolved": "https://registry.npmjs.org/tslint-react/-/tslint-react-3.5.1.tgz", @@ -10157,15 +10099,6 @@ } } }, - "tsutils": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-2.8.1.tgz", - "integrity": "sha1-N3FATnyp8L7fXZGaR6SxiQpo7/8=", - "dev": true, - "requires": { - "tslib": "^1.7.1" - } - }, "tunnel-agent": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", diff --git a/package.json b/package.json index bd8b06b..dc44518 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "author": "Alex Jover Morales ", "repository": { "type": "git", - "url": "https://github.com/alexjoverm/tslint-config-prettier.git" + "url": "https://github.com/prettier/tslint-config-prettier.git" }, "license": "MIT", "engines": { @@ -98,7 +98,6 @@ "tslint-immutable": "4.9.1", "tslint-microsoft-contrib": "5.2.1", "tslint-misc-rules": "3.5.0", - "tslint-plugin-ikatyang": "1.1.1", "tslint-react": "3.5.1", "typescript": "3.0.3", "validate-commit-msg": "^2.10.1", diff --git a/src/tslint-plugin-ikatyang/tslint.json b/src/tslint-plugin-ikatyang/tslint.json deleted file mode 100644 index 97ec93e..0000000 --- a/src/tslint-plugin-ikatyang/tslint.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "rulesDirectory": ["../../node_modules/tslint-plugin-ikatyang/rules"] -}