This package is deprecated, as tslint is deprecated.
Please use eslint instead.
There is a tslint configuration converter
https://github.com/typescript-eslint/tslint-to-eslint-config
Example Config
extends:
- "@ken0x0a/tslint-config"
- "@ken0x0a/tslint-config/tslint.etc.yml"
# https://palantir.github.io/tslint/rules/
rules:
no-implicit-dependencies: [false, [
# react-navigation
"react-native-safe-area-view",
# Expo
"expo-linear-gradient",
"react-native-svg",
"react-native-maps",
"react-native-vector-icons",
"react-native-gesture-handler",
"react-native-screens",
"react-native-reanimated",
"react-native-linear-gradient",
# react
"hoist-non-react-statics",
]]
no-submodule-imports: [true,
"moment",
"numeral",
"react-native",
"react-native-vector-icons",
"react-native-gesture-handler",
"@storybook",
"@story",
"@assets",
"@src",
]