1.3.0 • Published 9 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-newlineDocumentation
Rule Docs
Basic Usage
---
plugins:
- strict-newline
rules:
strict-newline/strict-newline: errorLicense
ESLint Strict Newline Plugin is released under the ISC license. See LICENSE.