File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "env": {
3+ "commonjs": true,
4+ "es2020": true,
5+ "node": true
6+ },
7+ "extends": [
8+ "eslint:recommended",
9+ "prettier",
10+ "plugin:prettier/recommended"
11+ ],
12+ "parserOptions": {
13+ "ecmaVersion": 11
14+ },
15+ "plugins": [
16+ "prettier"
17+ ]
18+ }
Original file line number Diff line number Diff line change 1+ {
2+ "tabWidth": 4,
3+ "endOfLine": "crlf"
4+ }
Original file line number Diff line number Diff line change 1010 "description" : " Take an existing PDF Form and data and PDF Filler will create a new PDF with all given fields populated." ,
1111 "main" : " index.js" ,
1212 "scripts" : {
13- "test" : " node_modules/.bin/mocha test/test.js"
13+ "test" : " node_modules/.bin/mocha test/test.js" ,
14+ "lint" : " eslint *.js"
1415 },
1516 "keywords" : [
1617 " nodejs" ,
2829 "license" : " MIT" ,
2930 "readmeFilename" : " README.md" ,
3031 "devDependencies" : {
32+ "eslint" : " ^7.5.0" ,
33+ "eslint-config-prettier" : " ^6.11.0" ,
34+ "eslint-plugin-prettier" : " ^3.1.4" ,
3135 "mocha" : " ^3.2.0" ,
36+ "prettier" : " ^2.0.5" ,
3237 "should" : " ^11.1.2"
3338 }
3439}
You can’t perform that action at this time.
0 commit comments