1.5.15 • Published 5 years ago

@ken0x0a/tslint-config v1.5.15

Weekly downloads
5
License
MIT
Repository
-
Last release
5 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

5 years ago

1.5.14

5 years ago

1.5.13

5 years ago

1.5.12

5 years ago

1.5.11

5 years ago

1.5.10

5 years ago

1.5.9

5 years ago

1.5.8

5 years ago

1.5.7

5 years ago

1.5.6

5 years ago

1.5.5

5 years ago

1.5.4

5 years ago

1.5.3

6 years ago

1.5.2

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.4.5

6 years ago

1.4.4

6 years ago

1.4.3

6 years ago

1.4.2

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago