1.0.5 • Published 5 years ago

eslint-plugin-apklab-frida v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

eslint-plugin-apklab-frida

ESLint plugin and shareable config for the Frida scripts in apklab.io Mobile Threat Intelligence Platform.

eslint-plugin-apklab-frida is based on the eslint:recommend and eslint-config-google configuration.

Installation

$ npm install --save-dev eslint eslint-plugin-apklab-frida

Usage

Once the eslint-plugin-apklab-frida package is installed, you can use it by specifying plugin:apklab-frida/recommended in the extends section of your ESLint configuration.

{
  "extends": "plugin:apklab-frida/recommended",
  "rules": {
    // Additional, per-project rules...
  }
}
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago