mirror of
https://github.com/luzifer-aur/babel-eslint-parser.git
synced 2024-11-09 11:10:00 +00:00
babel-eslint-plugin v7.16.3
This commit is contained in:
parent
87674423a3
commit
7a4545f24a
2 changed files with 14 additions and 1 deletions
13
.SRCINFO
13
.SRCINFO
|
@ -1 +1,14 @@
|
||||||
|
pkgbase = babel-eslint-plugin
|
||||||
|
pkgdesc = @babel/eslint-parser allows you to lint ALL valid Babel code with the fantastic ESLint
|
||||||
|
pkgver = 7.16.3
|
||||||
|
pkgrel = 1
|
||||||
|
url = https://github.com/babel/babel
|
||||||
|
arch = any
|
||||||
|
license = MIT
|
||||||
|
makedepends = npm
|
||||||
|
depends = eslint
|
||||||
|
noextract = eslint-parser-7.16.3.tgz
|
||||||
|
source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.16.3.tgz
|
||||||
|
sha256sums = adcfa77797fd2a96598ae8f2f320ef88e36ea719e8b540fab56809551d3130c2
|
||||||
|
|
||||||
|
pkgname = babel-eslint-plugin
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Knut Ahlers <knut at ahlers dot me>
|
# Maintainer: Knut Ahlers <knut at ahlers dot me>
|
||||||
|
|
||||||
pkgname=babel-eslint-plugin
|
pkgname=babel-eslint-plugin
|
||||||
pkgver=7.16.2
|
pkgver=7.16.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='@babel/eslint-parser allows you to lint ALL valid Babel code with the fantastic ESLint'
|
pkgdesc='@babel/eslint-parser allows you to lint ALL valid Babel code with the fantastic ESLint'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
|
Loading…
Reference in a new issue