mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-06-01 18:47:21 +00:00
9 lines
167 B
JavaScript
9 lines
167 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: ['@react-native', '../config/.eslintrc.js'],
|
|
parserOptions: {
|
|
tsconfigRootDir: __dirname,
|
|
project: true,
|
|
},
|
|
};
|