Skip to content

shitjs/eslint-plugin-no-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eslint-plugin-no-js

This is an ESLint plugin to disable JavaScript.

Installing

npm install eslint-plugin-no-js --save-dev

ESLint Rules

no-js

There's no reason to use JavaScript.

no-jsx

JSX is for PHP-lovers. We don't need that!

Sample Configuration File

Here's a sample ESLint configuration file that activates these rules:

{
  "plugins": [
    "no-js"
  ],
  "rules": {
    "no-js/no-js": 2,
    "no-js/no-jsx": 2
  }
}

About

:shipit: ESLint plugin to disable JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published