UNPKG

ssl-proxy

Version:

Lightweight proxy for local HTTPS development using self-assigned SSL certificate.

17 lines (16 loc) 313 B
module.exports = { extends: ['airbnb-typescript'], parserOptions: { project: './tsconfig.json', }, plugins: [ 'import' ], rules: { 'no-console': 'off', 'max-len': 'off', 'import/no-cycle': 'off', 'react/jsx-filename-extension': 'off' }, ignorePatterns: ['.eslintrc.js'] };