1.3.0 • Published 8 years ago
eslint-plugin-strict-newline v1.3.0
ESLint Strict Newline Plugin
This is an ESLint rule that warns against a missing newline after 'use strict'.
Install
npm install eslint-plugin-strict-newline
Documentation
Rule Docs
Basic Usage
---
plugins:
- strict-newline
rules:
strict-newline/strict-newline: error
License
ESLint Strict Newline Plugin is released under the ISC license. See LICENSE.