1.5.15 • Published 4 years ago

@ken0x0a/tslint-config v1.5.15

Weekly downloads
5
License
MIT
Repository
-
Last release
4 years ago

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",
  ]
1.5.15

4 years ago

1.5.14

4 years ago

1.5.13

4 years ago

1.5.12

4 years ago

1.5.11

4 years ago

1.5.10

4 years ago

1.5.9

4 years ago

1.5.8

4 years ago

1.5.7

4 years ago

1.5.6

4 years ago

1.5.5

4 years ago

1.5.4

4 years ago

1.5.3

4 years ago

1.5.2

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.5

5 years ago

1.4.4

5 years ago

1.4.3

5 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago