UNPKG

@maptiler/client

Version:

Javascript & Typescript wrapper to MapTiler Cloud API

10 lines 298 B
module.exports = { extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'], parser: '@typescript-eslint/parser', plugins: ['@typescript-eslint'], root: true, rules: { "@typescript-eslint/ban-ts-comment": "off", "@typescript-eslint/no-explicit-any": "warn", } };