source: frontend/node_modules/node-exports-info/eslint.config.mjs

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 300 bytes
Line 
1import ljharbConfig from '@ljharb/eslint-config/flat';
2
3export default [
4 ...ljharbConfig,
5 {
6 rules: {
7 'func-name-matching': ['error', 'always'],
8 'id-length': 'off',
9 'multiline-comment-style': 'off',
10 'no-magic-numbers': ['error', { ignore: [0, 1] }],
11 'sort-keys': 'off',
12 },
13 },
14];
Note: See TracBrowser for help on using the repository browser.