1. @mcmath/coffeelint-config
CoffeeLint config for CoffeeScript projects
@mcmath/coffeelint-config
Package: @mcmath/coffeelint-config
Created by: mcmath
Last modified: Sun, 12 Jun 2022 21:18:14 GMT
Version: 1.0.1
License: MIT
Downloads: 9
Repository: https://github.com/mcmath/coffeelint-config

Install

npm install @mcmath/coffeelint-config
yarn add @mcmath/coffeelint-config

@mcmath/coffeelint-config

Version
Build

CoffeeLint config for CoffeeScript
projects

Install

Install through npm as a development dependency.
CoffeeScript and CoffeeLint should also be
installed.

 npm install --save-dev coffee-script coffeelint @mcmath/coffeelint-config

Usage

Create a coffeelint.json file at the root of your project with the following
contents:

 { "extends": "@mcmath/coffeelint-config" }

Rules may be added or modified like so:

 {
  "extends": "@mcmath/coffeelint-config",
  "indentation": {
    "level": "error",
    "value": 2
  },
  "max_line_length": {
    "level": "ignore"
  }
}

Dependencies

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code