221d3728519432a083402ee2c47fa1d85b219dba
				
			
			
		
	@sapphirecode/eslint-config-es6: 1.1.8 ==> 1.1.9 minor @typescript-eslint/eslint-plugin: 3.1.0 ==> 3.2.0 minor @typescript-eslint/parser: 3.1.0 ==> 3.2.0 minor eslint: 7.1.0 ==> 7.2.0 minor eslint-plugin-import: 2.20.2 ==> 2.21.2 minor
@sapphirecode/eslint-config-ts
version: 1.1.x
scode eslint configuration for typescript
Installation
npm:
npm i --save-dev @sapphirecode/eslint-config-ts
yarn:
yarn add --dev @sapphirecode/eslint-config-ts
then create a file named .eslintrc.js with the following contents.
it is a basic configuration, it can be customized to your preferences.
module.exports = {
  env: {
    commonjs: true,
    es6: true,
    node: true
  },
  extends: [
    '@sapphirecode/eslint-config-ts'
  ]
}
License
BSD-3-Clause © Timo Hocker timo@scode.ovh
Description
				
					Languages
				
				
								
								
									JavaScript
								
								100%