UNPKG

@kiwicom/eslint-config

Version:

Eslint configuration describing rules for JS used at Kiwi.com.

8 lines (5 loc) 263 B
var ourRules = require('./ourRules'); var changeNextVersionErrorLevel = require('./changeNextVersionErrorLevel'); var getCommonConfig = require('./getCommonConfig'); var ERROR = 2; module.exports = getCommonConfig(changeNextVersionErrorLevel(ourRules, ERROR));