Skip to content

ESLint plugin & config for the Frida scripts used in the apklab.io platform.

License

Notifications You must be signed in to change notification settings

classicvalues/eslint-plugin-apklab-frida

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...
  }
}

About

ESLint plugin & config for the Frida scripts used in the apklab.io platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%