Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.
/ ta-lint Public archive

Lint and prettify your project with a single dependency

Notifications You must be signed in to change notification settings

TechnologyAdvice/ta-lint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ta-lint

All-in-one linting utilities.

Installation

yarn add --dev ta-lint

Prettier

Create a prettier.config.js in the root of your project that exports our standard configuration:

// prettier.config.js
module.exports = require('ta-lint/configs/prettier')

That's all you need to run prettier in your project! If you'd like, you can setup convenient npm scripts in your package.json:

{
  "scripts": {
    "prettier": "prettier \"{src,tests}/**/*.{js,ts,tsx}\"",
    "prettier:fix": "npm run prettier -- --write"
  }
}

About

Lint and prettify your project with a single dependency

Resources

Stars

Watchers

Forks

Packages

No packages published