diff options
author | w0rp <w0rp@users.noreply.github.com> | 2019-04-13 12:35:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-13 12:35:52 +0100 |
commit | 784d1a9a622a0c30c26a17a835943593d036a4cd (patch) | |
tree | 0451624ea50fc92d6f8efbd9ef33484ccde2646f /supported-tools.md | |
parent | 6428162f792c4ed5905cc316b4099824c1af2fb2 (diff) | |
parent | 4b6691f602e8574fb41b8e63d8d95f7c0ecbb878 (diff) | |
download | ale-784d1a9a622a0c30c26a17a835943593d036a4cd.zip |
Merge pull request #2394 from harttle/master
feat: fecs support for js/html/css lint and format
Diffstat (limited to 'supported-tools.md')
-rw-r--r-- | supported-tools.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/supported-tools.md b/supported-tools.md index 108e08f2..4fbd506a 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -98,6 +98,7 @@ formatting. * [crystal](https://crystal-lang.org/) :floppy_disk: * CSS * [csslint](http://csslint.net/) + * [fecs](http://fecs.baidu.com/) * [prettier](https://github.com/prettier/prettier) * [stylelint](https://github.com/stylelint/stylelint) * Cucumber @@ -196,6 +197,7 @@ formatting. * [terraform-fmt](https://github.com/hashicorp/terraform) * HTML * [alex](https://github.com/wooorm/alex) :floppy_disk: + * [fecs](http://fecs.baidu.com/) * [HTMLHint](http://htmlhint.com/) * [prettier](https://github.com/prettier/prettier) * [proselint](http://proselint.com/) @@ -214,6 +216,7 @@ formatting. * [uncrustify](https://github.com/uncrustify/uncrustify) * JavaScript * [eslint](http://eslint.org/) + * [fecs](http://fecs.baidu.com/) * [flow](https://flowtype.org/) * [jscs](http://jscs.info/) * [jshint](http://jshint.com/) @@ -447,6 +450,7 @@ formatting. * [thrift](http://thrift.apache.org/) * TypeScript * [eslint](http://eslint.org/) + * [fecs](http://fecs.baidu.com/) * [prettier](https://github.com/prettier/prettier) * [tslint](https://github.com/palantir/tslint) * [tsserver](https://github.com/Microsoft/TypeScript/wiki/Standalone-Server-%28tsserver%29) |