~ubuntu-branches/debian/experimental/node-watchpack/experimental

« back to all changes in this revision

Viewing changes to .eslintrc

  • Committer: Package Import Robot
  • Author(s): Pirate Praveen
  • Date: 2017-05-24 14:40:29 UTC
  • Revision ID: package-import@ubuntu.com-20170524144029-jyu9gvh43811qqgh
Tags: upstream-1.3.1
ImportĀ upstreamĀ versionĀ 1.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
        "env": {
 
3
                "node": true
 
4
        },
 
5
        "rules": {
 
6
                "strict": 0,
 
7
                "curly": 0,
 
8
                "no-underscore-dangle": 0
 
9
        }
 
10
}