All Projects → xojs → Tslint Xo

xojs / Tslint Xo

Licence: mit
TSLint shareable config for XO

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Tslint Xo

Tslint To Eslint Config
Converts your TSLint configuration to the closest possible ESLint equivalent. 🚀
Stars: ✭ 680 (+962.5%)
Mutual labels:  tslint, config
Codelyzer
Static analysis for Angular projects.
Stars: ✭ 2,436 (+3706.25%)
Mutual labels:  tslint, linting
Cfg Center
高性能配置读取服务器,为Yaml配置文件提供JSON RESTful读取接口
Stars: ✭ 39 (-39.06%)
Mutual labels:  config
Dotfiles
Setup your Mac and sync it with your other machines.
Stars: ✭ 61 (-4.69%)
Mutual labels:  config
Config
Yii2 application runtime configuration support
Stars: ✭ 54 (-15.62%)
Mutual labels:  config
Node No Config
Config and resource loader
Stars: ✭ 45 (-29.69%)
Mutual labels:  config
React App Rewired
Override create-react-app webpack configs without ejecting
Stars: ✭ 8,630 (+13384.38%)
Mutual labels:  config
Simple Config
A .Net convention-based config to object binder
Stars: ✭ 37 (-42.19%)
Mutual labels:  config
.emacs.d
一个快速且实用的 Emacs 配置
Stars: ✭ 63 (-1.56%)
Mutual labels:  config
Generate Pages
webpack 开发多页面脚手架
Stars: ✭ 51 (-20.31%)
Mutual labels:  config
Ins sandstorm
[INS] Config setting for our sandstorm server
Stars: ✭ 61 (-4.69%)
Mutual labels:  config
Gatsby Starter Typescript Deluxe
A Gatsby starter with TypeScript, Storybook, Styled Components, Framer Motion, Jest, and more.
Stars: ✭ 50 (-21.87%)
Mutual labels:  tslint
Yuki.cfg
csgo config
Stars: ✭ 45 (-29.69%)
Mutual labels:  config
Hiyapyco
HiYaPyCo - A Hierarchical Yaml Python Config
Stars: ✭ 58 (-9.37%)
Mutual labels:  config
Coc Tslint Plugin
coc.nvim extension that provides TSLint support using the typescript-tslint-plugin
Stars: ✭ 42 (-34.37%)
Mutual labels:  tslint
Aws Config To Elasticsearch
Generates an AWS Config Snapshot and ingests it into ElasticSearch for further analysis using Kibana
Stars: ✭ 62 (-3.12%)
Mutual labels:  config
Eslint Config Kit
A collection of useful eslint configs
Stars: ✭ 39 (-39.06%)
Mutual labels:  config
Dotfiles
My dotfiles 🚀. Includes configs for neovim, tmux, zsh, alacritty and more.
Stars: ✭ 47 (-26.56%)
Mutual labels:  config
.emacs.d
My emacs config
Stars: ✭ 56 (-12.5%)
Mutual labels:  config
Generate Pages Tutorial
教你一步步从零构建 webpack 开发多页面环境
Stars: ✭ 63 (-1.56%)
Mutual labels:  config

tslint-xo

TSLint shareable config for XO

Note that TSLint is deprecated.

Install

$ npm install --save-dev tslint-xo

Usage

Add the following to your TSLint config:

{
	"extends": "tslint-xo"
}

Or this if you want 2-space indentation instead of tabs:

{
	"extends": "tslint-xo/space"
}

Related

  • xo - JavaScript linter

Maintainers

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].