New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@i-views/eslint-plugin-iviews

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@i-views/eslint-plugin-iviews

Code-Style-Settings used in @i-views projects

  • 1.0.6
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

@i-views/eslint-plugin-iviews

NPM version

Code-Style-Settings used in @i-views projects

Installation

npm install @i-views/eslint-plugin-iviews

Usage

Use the following .eslintrc.js for plain javascript files (i.e. in the project root directory

module.exports = {
  plugins: ['@i-views/eslint-plugin-iviews'],
  extends: ['plugin:@i-views/eslint-plugin-iviews/default']
}

The following .eslintrc.js can be used in the directory where you have synchronized the scripts from your i-views volume.

module.exports = {
  plugins: ['@i-views/eslint-plugin-iviews'],
  extends: ['plugin:@i-views/eslint-plugin-iviews/kjavascript']
}

When you run eslint, you should specify the --ext option to include KJavaScript files

eslint --fix . --ext .js,.kjs

License

@i-views/eslint-plugin-iviews is published under the UNLICENSED-license.

No file "LICENSE*" found

Contributing guidelines

See CONTRIBUTING.md.

FAQs

Package last updated on 21 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc