mirror of
https://github.com/zoriya/react-native-video.git
synced 2025-12-06 07:16:12 +00:00
9 lines
153 B
JavaScript
9 lines
153 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: ["../../config/.eslintrc.js"],
|
|
parserOptions: {
|
|
tsconfigRootDir: __dirname,
|
|
project: true,
|
|
},
|
|
};
|