File tree Expand file tree Collapse file tree 15 files changed +2812
-1447
lines changed Expand file tree Collapse file tree 15 files changed +2812
-1447
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ {
2+ "env": {
3+ "node": true,
4+ "browser": true
5+ },
6+ "extends": ["prettier", "plugin:@typescript-eslint/recommended"],
7+ "parser": "@typescript-eslint/parser",
8+ "parserOptions": {
9+ "project": "tsconfig.json",
10+ "sourceType": "module"
11+ },
12+ "plugins": ["@typescript-eslint"],
13+ "ignorePatterns": ["*.js", "*.mjs"],
14+ "rules": {}
15+ }
Original file line number Diff line number Diff line change 1- # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
2- # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3-
41name : Build
52
6- on :
7- push :
8- branches : [master]
9- pull_request :
10- branches : [master]
3+ on : [push, pull_request]
114
125jobs :
136 build :
147 runs-on : ubuntu-latest
158
169 strategy :
1710 matrix :
18- node-version : [12.x, 14.x, 16 .x]
11+ node-version : [18 .x]
1912
2013 steps :
2114 - uses : actions/checkout@v3
2417 with :
2518 node-version : ${{ matrix.node-version }}
2619 - run : yarn
20+ - run : yarn lint
2721 - run : yarn build
Original file line number Diff line number Diff line change @@ -16,3 +16,5 @@ node_modules/
1616.Trashes
1717ehthumbs.db
1818Thumbs.db
19+
20+ dist
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ yarn-debug.log*
66yarn-error.log *
77
88# Dependency directory
9- node_modules /
9+ node_modules
1010
1111# Misc
1212.DS_Store
@@ -17,26 +17,27 @@ node_modules/
1717ehthumbs.db
1818Thumbs.db
1919
20- # EditorConfig
20+ # Config folders and files
21+ .github
22+ _config.yml
23+ _.config.yml
24+ .codebeatsettings
2125.editorconfig
22-
23- # Git
24- .gitignore
26+ .eslintrc
2527.gitattributes
26-
27- # CI
28- .travis.yml
29-
30- # lock files
31- yarn.lock
32-
33- # Prettier
34- .prettierrc
28+ .gitignore
29+ .nvmrc
3530.prettierignore
36-
37- # Config files
38- .babelrc
39- .github
31+ .prettierrc
32+ .stylelintignore
33+ .stylelintrc
34+ .travis.yml
4035.whitesource
4136renovate.json
42- webpack.config.js
37+ tsconfig.json
38+ tslint.json
39+ yarn.lock
40+
41+ ! dist
42+ demo
43+ rollup.config.mjs
Original file line number Diff line number Diff line change 55install :
66 - yarn
77script :
8+ - yarn lint
89 - yarn build
Original file line number Diff line number Diff line change 11{
2- "checkRunSettings ": {
3- "vulnerableCheckRunConclusionLevel ": "success"
4- },
5- "issueSettings ": {
6- "minSeverityLevel ": "LOW "
7- }
8- }
2+ "generalSettings ": {
3+ "shouldScanRepo ": true
4+ },
5+ "checkRunSettings ": {
6+ "vulnerableCheckRunConclusionLevel ": "success "
7+ }
8+ }
Original file line number Diff line number Diff line change 11[ ![ GitHub release] ( https://img.shields.io/github/release/three11/extract-query-arg.svg )] ( https://github.com/three11/extract-query-arg/releases/latest )
22[ ![ GitHub issues] ( https://img.shields.io/github/issues/three11/extract-query-arg.svg )] ( https://github.com/three11/extract-query-arg/issues )
33[ ![ GitHub last commit] ( https://img.shields.io/github/last-commit/three11/extract-query-arg.svg )] ( https://github.com/three11/extract-query-arg/commits/master )
4- [ ![ Github file size] ( https://img.shields.io/github/size/three11/extract-query-arg/dist/extract-query-arg.min.js.svg )] ( https://github.com/three11/extract-query-arg/ )
54[ ![ Build Status] ( https://travis-ci.org/three11/extract-query-arg.svg?branch=master )] ( https://travis-ci.org/three11/extract-query-arg )
65[ ![ npm] ( https://img.shields.io/npm/dt/@three11/extract-query-arg.svg )] ( https://www.npmjs.com/package/@three11/extract-query-arg )
76[ ![ npm] ( https://img.shields.io/npm/v/@three11/extract-query-arg.svg )] ( https://www.npmjs.com/package/@three11/extract-query-arg )
87[ ![ Analytics] ( https://ga-beacon.appspot.com/UA-83446952-1/github.com/three11/extract-query-arg/README.md )] ( https://github.com/three11/extract-query-arg/ )
98
109# Extract Query Argument
1110
12- A vanilla ES2017 module for extracting query arguments from url.
11+ > Extract a query string from a given URL
1312
1413## Install
1514
Original file line number Diff line number Diff line change 1+ plugins :
2+ - jekyll-relative-links
3+ relative_links :
4+ enabled : true
5+ collections : true
6+ include :
7+ - CONTRIBUTING.md
8+ - README.md
9+ - LICENSE.md
10+ - COPYING.md
11+ - CODE_OF_CONDUCT.md
12+ - CONTRIBUTING.md
13+ - ISSUE_TEMPLATE.md
14+ - PULL_REQUEST_TEMPLATE.md
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments