UNPKG

@octetstream/eslint-config

Version:

AirBnb-based ESlint config, tweaked for my needs.

12 lines (10 loc) 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); module.exports = { // Allow named exports when there's only one export "import/prefer-default-export": "off", // Default to Node.js CommonJS resolution behaviour "import/extensions": "off" };