summaryrefslogtreecommitdiffstats
path: root/core/src/tests/.eslintrc.js
blob: 451ef6bdfa2b15e495a0d958d82c5cd2866b9cdb (plain)
1
2
3
4
5
6
7
8
9
module.exports = {
	globals: {
		jsdom: true,
		sinon: true,
	},
	rules: {
		"node/no-unpublished-import": 'off'
	}
}