UNPKG

@swissquote/eslint-plugin-swissquote

Version:

- Provide a style guide for your JavaScript - Warns on common mistakes in JavaScript - Works with EcmaScript 2015+

11 lines (10 loc) 131 B
module.exports = { parsers: new Proxy( {}, { get(target, prop, receiver) { return {}; } } ) };