# eslint-config-typescript Spotify's TypeScript ESLint config extras. ## Installation ```sh npm install --save-dev @spotify/eslint-config-typescript ``` ## Usage After installing, update your project's `.eslintrc.json` file to import the rule sets you want: ```js { "extends" : [ "@spotify/eslint-config-base", "@spotify/eslint-config-typescript" ] } ``` --- Read the [ESlint config docs](http://eslint.org/docs/user-guide/configuring#extending-configuration-files) for more information.