eslint-plugin-apklab-frida

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

Usage no npm install needed!

<script type="module">
  import eslintPluginApklabFrida from 'https://cdn.skypack.dev/eslint-plugin-apklab-frida';
</script>

README

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