Skip to content

brett-hobbs/eslint-plugin-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-plugin-lang

ESLint plugin for linting .lang JSON files.

Ensures proper JSON formatting and a valid _id and _author field in each file.

Installation

Next, install eslint-plugin-lang:

$ npm install git+https://[email protected]/brett-hobbs/eslint-plugin-lang.git --save-dev

$ yarn add --dev git+https://[email protected]/brett-hobbs/eslint-plugin-lang.git

Usage

Add lang to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "lang"
    ]
}

About

ESLint plugin for linting `.lang` JSON files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •