eslint-config-airbnb-typescript
Version:
Airbnb's ESLint config with TypeScript support
17 lines (16 loc) • 420 B
YAML
version: 2
jobs:
build:
docker:
- image: 'circleci/node:latest'
steps:
- checkout
- run:
name: install
command: npm install
- run:
name: validate
command: npm run validate
- run:
name: release
command: echo installing semantic-release && npx -p semantic-release@15 -c 'echo running semantic-release && semantic-release'