Noderize

Noderize

  • Docs
  • GitHub

›Features

Get Started

  • Introduction
  • Create
  • Scripts
  • Examples

Configuration

  • Index
  • Noderize
  • Prettier
  • Jest

Features

  • Index
  • Modern JavaScript
  • Flow
  • TypeScript
  • Code Formatting
  • Testing
  • Linting

Guides

  • Index
  • Migrate
  • Publishing
  • Heroku
  • Firebase Cloud Functions
  • Google Cloud Functions

Tutorials

  • Index
  • Express
  • CLI

Feature: Linting

To start using linting in Noderize, you can configure it using:

yarn lint --init
# or
npm run lint --init

Then use it with:

yarn lint
# or
npm run lint

If running a version lower than v0.5.0, please upgrade, and add the lint script in your package.json:

"lint": "noderize-scripts lint"

Code linting is done using ESlint.

← Feature: TestingGuides →
Noderize
Docs
Getting StartedConfigurationFeaturesGuidesTutorials
More
BlogGitHubStar
Copyright © 2018 Charles Crete.