@heliofi/eslint-config-helio
Advanced tools
Comparing version 0.0.1 to 0.0.2
const { overrides } = require('./lib/overrides') | ||
module.exports = { | ||
extends: ['airbnb', 'airbnb-typescript/base'], | ||
extends: ['airbnb-base', 'airbnb-typescript/base'], | ||
overrides | ||
}; |
{ | ||
"name": "@heliofi/eslint-config-helio", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Helio eslint-config plugin", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
2992