@kiwicom/eslint-config
Version:
Eslint configuration describing rules for JS used at Kiwi.com.
8 lines (5 loc) • 313 B
JavaScript
;
var NitroConfig = require('@kiwicom/eslint-config-nitro'); // We are just re-exporting this package here but in the future we should move it here.
// The ultimate goal is to get rid of `@kiwicom/eslint-config-nitro` and unify all the
// rules into one Eslint config.
module.exports = NitroConfig;