1.3.0 • Published 8 years ago

eslint-plugin-strict-newline v1.3.0

Weekly downloads
13
License
ISC
Repository
github
Last release
8 years ago

ESLint Strict Newline Plugin

Dependency Status Build Status Coverage Status NPM version GitHub license

This is an ESLint rule that warns against a missing newline after 'use strict'.

Install

npm install eslint-plugin-strict-newline

Documentation

Rule Docs

strict-newline

Basic Usage

---
    
    plugins:
        - strict-newline
    rules:
        strict-newline/strict-newline: error

License

ESLint Strict Newline Plugin is released under the ISC license. See LICENSE.