8000 GitHub - sveltejs/eslint-config at 65a242f8324d7f59037337fb5c84cb7fb35a07a3
[go: up one dir, main page]

Skip to content

sveltejs/eslint-config

Fold 8000 ers and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Applied Blockchain eslint configuration

Usage:

Installation:

  npm install --save-dev @appliedblockchain/eslint-config

Node Modules

In your project's package.json, use the shorthand syntax

  "eslintConfig": {
    "extends": "@appliedblockchain"
  }

React Projects

In your project's package.json, point to the react config

  "eslintConfig": {
    "extends": "@appliedblockchain/eslint-config/react"
  }

Linting

This project self-lints:

  npm i
  npm run lint

About

An ESLint config for Svelte

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%
0