UNPKG

react-native-masonry-scrollview

Version:

A React Native Masonry ScrollView that extends the inbuilt ScrollView component

23 lines (22 loc) 469 B
module.exports = { parser: "@typescript-eslint/parser", plugins: ["tsc", "jest"], root: true, extends: "@react-native-community", rules: { quotes: ["warn", "double", { allowTemplateLiterals: true }], "tsc/config": [ 1, { configFile: "tsconfig.json" } ], "comma-dangle": 0, "react/prop-types": 1, "prettier/prettier": 1, "@typescript-eslint/no-unused-vars": 1 }, env: { "jest/globals": true } };