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

@kintone/eslint-plugin

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kintone/eslint-plugin

An ESLint plugin for kintone.

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-95.31%
Maintainers
0
Weekly downloads
 
Created
Source

@kintone/eslint-plugin

npm version Node.js version License: Apache 2.0

This plugin provide rules for kintone plugin development.

[!WARNING] Experimental: This package is still under early development.

Usage

npm i -D @kintone/eslint-plugin
// eslint.config.mjs
import kintoneESLintPlugin from "@kintone/eslint-plugin";

export default [kintoneESLintPlugin.configs.recommended];

By default, this plugin refers manifest.json of current directory. You can update this behavior by manifestFilePath in shared settings.

// eslint.config.mjs
import kintoneESLintPlugin from "@kintone/eslint-plugin";

export default [
  {
    settings: {
      "@kintone/eslint-plugin": { manifestFilePath: "path/to/manifest.json" },
    },
  },
  kintoneESLintPlugin.configs.recommended,
];

Rules

NameDescription
only-allowed-js-apiOnly allow the kintone JS APIs listed in permissions.js_api in manifest.

License

Apache 2.0

Keywords

FAQs

Package last updated on 14 Jan 2025

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