README
xxp-tslint-react
一个让自己写代码舒服的tslint规范
TSLint Config for react developer
Installation
yarn add tslint-config-xxp --dev
Usage
In tslint.json
:
{
"extends": "tslint-config-xxp"
}
Rules
License
MIT
tslint conf for xxp
<script type="module">
import tslintConfigXxp from 'https://cdn.skypack.dev/tslint-config-xxp';
</script>
一个让自己写代码舒服的tslint规范
yarn add tslint-config-xxp --dev
In tslint.json
:
{
"extends": "tslint-config-xxp"
}
MIT