mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01:00
8 lines
73 B
JavaScript
8 lines
73 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
rules: {
|
|
'no-shadow': 0,
|
|
},
|
|
};
|