ionic tutorial - Create .jshintrc file (Optional) in Ionicframework - ionic framework - ionic 2 - ionic creator - ionic development
Create a file named '.jshintrc' in the root of your app, where package.json is. *Note on windows: create a file named "jshintrc.txt". Then rename it to ".jshintrc." (notice the dot at the end). This is a configuration file. It can for example tell jshint to ignore certain variables and many other things. :