@kiwicom/eslint-config
Version:
Eslint configuration describing rules for JS used at Kiwi.com.
8 lines (6 loc) • 316 B
Flow
// @flow strict
const 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;