UNPKG

apigeelint

Version:

Node module and tool to lint a bundle for an Apigee API Proxy or sharedflow.

13 lines (12 loc) 200 B
module.exports = [ { languageOptions: { ecmaVersion: 2018, sourceType: "script", }, rules: { semi: ["error", "always"], "no-unused-vars": "error", }, }, ];