Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Commit

Permalink
Deprecate
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 18, 2022
1 parent 605326d commit 254002b
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 582 deletions.
9 changes: 0 additions & 9 deletions .editorconfig

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/main.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .gitignore

This file was deleted.

1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

2 changes: 0 additions & 2 deletions .prettierignore

This file was deleted.

140 changes: 0 additions & 140 deletions index.js

This file was deleted.

22 changes: 0 additions & 22 deletions license

This file was deleted.

66 changes: 2 additions & 64 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,68 +1,6 @@
{
"name": "unified-engine-atom",
"version": "9.0.0",
"description": "unified engine to create an Atom Linters for a processor",
"license": "MIT",
"keywords": [
"unified",
"engine",
"atom",
"linter",
"processor"
],
"version": "10.0.0",
"repository": "unifiedjs/unified-engine-atom",
"bugs": "https://github.com/unifiedjs/unified-engine-atom/issues",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"author": "Titus Wormer <[email protected]> (https://wooorm.com)",
"contributors": [
"Titus Wormer <[email protected]> (https://wooorm.com)",
"Jonathan Haines <[email protected]>"
],
"files": [
"index.js"
],
"dependencies": {
"find-root": "^1.0.0",
"to-vfile": "^6.0.0",
"unified-engine": "^8.0.0"
},
"devDependencies": {
"atom-tap-test-runner": "^7.0.0",
"prettier": "^2.0.0",
"remark": "^13.0.0",
"remark-cli": "^9.0.0",
"remark-preset-wooorm": "^8.0.0",
"tape": "^5.0.0",
"xo": "^0.36.0"
},
"scripts": {
"format": "remark . -qfo --ignore-pattern \"test/\" && prettier . -w --loglevel warn && xo --fix",
"test-api": "atom --test test",
"test": "npm run format && npm run test-api"
},
"atomTestRunner": "atom-tap-test-runner",
"prettier": {
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"bracketSpacing": false,
"semi": false,
"trailingComma": "none"
},
"xo": {
"prettier": true,
"esnext": false,
"rules": {
"unicorn/no-fn-reference-in-iterator": "off",
"unicorn/prefer-optional-catch-binding": "off"
}
},
"remarkConfig": {
"plugins": [
"preset-wooorm"
]
}
"bugs": "https://github.com/unifiedjs/unified-engine-atom/issues"
}
Loading

0 comments on commit 254002b

Please sign in to comment.