|
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:
312 bytes
|
| Line | |
|---|
| 1 | /**
|
|---|
| 2 | * unopinionated config. just the things that are necessarily runtime errors
|
|---|
| 3 | * waiting to happen.
|
|---|
| 4 | * @type {Object}
|
|---|
| 5 | */
|
|---|
| 6 | module.exports = {
|
|---|
| 7 | plugins: ['import'],
|
|---|
| 8 | rules: { 'import/no-unresolved': 2,
|
|---|
| 9 | 'import/named': 2,
|
|---|
| 10 | 'import/namespace': 2,
|
|---|
| 11 | 'import/default': 2,
|
|---|
| 12 | 'import/export': 2,
|
|---|
| 13 | },
|
|---|
| 14 | };
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.