๐Ÿ“ฆ ljharb / eslint-config

๐Ÿ“„ 16.mjs ยท 12 lines
1
2
3
4
5
6
7
8
9
10
11
12import baseConfig from './14.mjs';
import config from '../../node/16.json' with { type: 'json' };

export default /** @type {import('./16.d.mts').default} */ ([
	...baseConfig,
	{
		languageOptions: {
			ecmaVersion: config.parserOptions.ecmaVersion,
		},
	},
]);