Skip to main content
Module

x/case_style/.travis.yml

A string validator and formater for case Style
Latest
File
language: node_jsnode_js: - "lts/*"env: - DENO_VERSION="v0.3.10" TS_VERSION="3.4.4"before_script: - curl -L https://deno.land/x/install/install.sh | sh -s $DENO_VERSION - export PATH="$HOME/.deno/bin:$PATH" - npm install -g prettier eslint typescript@$TS_VERSION @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettierscript: - prettier -c "./**/*.ts" - eslint **/*.ts --max-warnings=0 - deno -A _test.ts